Get the specified role

get/roles/{roleId}
Internal-Use Only

Returns role by ID. Authorization: Requires read access to the role context.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "createdBy": "sastest1",
4 "creationTimeStamp": "2023-09-26T15:46:09.962000Z",
5 "modifiedBy": "sastest1",
6 "modifiedTimeStamp": "2023-09-26T15:46:09.962000Z",
7 "id": "c39cf904-5dc5-4dab-b17e-f7960182feb0",
8 "typeId": "roleassignment",
9 "createdByDisplayName": "SAS Test User 1 (sastest1)",
10 "modifiedByDisplayName": "SAS Test User 1 (sastest1)",
11 "name": "taAdminRole",
12 "displayName": "taAdminRole",
13 "description": "Role for the therapeutic area administrator.",
14 "assignedContextId": "4437483c-dc7f-4512-986e-cde49d97d507",
15 "assignedContextTypeId": "therapeuticarea",
16 "definedContextId": "4437483c-dc7f-4512-986e-cde49d97d507",
17 "definedContextTypeId": "therapeuticarea",
18 "inherited": false
19}

Path Parameters

NameTypeRequiredDescription
roleId
string
true

The unique identifier for the role.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundThe role could not be found.