GET serviceowner/authorization/roles?subject={subject}&reportee={reportee}&language={language}
Gets the roles a user or organization has on behalf of a specified reportee, for the service owners own services.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
subject | The organization number or social security number for the unit/user holding the role. |
Define this parameter in the request URI. |
reportee | The organization number or social security number for the unit/user who have delegated the role. |
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 rights the subject has on behalf of the reportee.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 65" } }, "_embedded": { "sample string 39": [ { "RoleId": 1, "RoleType": "sample string 20", "RoleDefinitionId": 2, "RoleName": "sample string 92", "RoleDescription": "sample string 11", "Delegator": "sample string 76", "DelegatedTime": "2025-04-24T17:19:40.7222072+02:00", "RoleDefinitionCode": "sample string 66" }, { "RoleId": 1, "RoleType": "sample string 20", "RoleDefinitionId": 2, "RoleName": "sample string 92", "RoleDescription": "sample string 11", "Delegator": "sample string 76", "DelegatedTime": "2025-04-24T17:19:40.7222072+02:00", "RoleDefinitionCode": "sample string 66" }, { "RoleId": 1, "RoleType": "sample string 20", "RoleDefinitionId": 2, "RoleName": "sample string 92", "RoleDescription": "sample string 11", "Delegator": "sample string 76", "DelegatedTime": "2025-04-24T17:19:40.7222072+02:00", "RoleDefinitionCode": "sample string 66" } ] } }