GET {who}/authorization/roles?language={language}
Gets the role list.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
who | who the user is acting as/on behalf of. |
Define this parameter in the request URI. |
language | Translation of messages retrieved, valid values are: 1033 (English), 1044 (Bokmal) and 2068 (Nynorsk) This is an optional parameter, defaults to the user preset language |
Define this parameter in the request URI. |
queryOptions | OData Query details. This object is created by the Framework based on parameters in the url. |
None. |
Response Information
The role list.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 86" } }, "_embedded": { "sample string 30": [ { "RoleName": "sample string 1", "RoleId": 1, "RoleType": "sample string 49", "RoleDefinitionId": 3, "RoleDescription": "sample string 41", "Delegator": "sample string 46", "DelegatedTime": "2025-01-26T07:09:06.7559953+01:00", "RoleDefinitionCode": "sample string 18", "_links": { "self": { "href": "sample string 41" } } }, { "RoleName": "sample string 1", "RoleId": 1, "RoleType": "sample string 49", "RoleDefinitionId": 3, "RoleDescription": "sample string 41", "Delegator": "sample string 46", "DelegatedTime": "2025-01-26T07:09:06.7559953+01:00", "RoleDefinitionCode": "sample string 18", "_links": { "self": { "href": "sample string 41" } } }, { "RoleName": "sample string 1", "RoleId": 1, "RoleType": "sample string 49", "RoleDefinitionId": 3, "RoleDescription": "sample string 41", "Delegator": "sample string 46", "DelegatedTime": "2025-01-26T07:09:06.7559953+01:00", "RoleDefinitionCode": "sample string 18", "_links": { "self": { "href": "sample string 41" } } } ] } }