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 61" } }, "_embedded": { "sample string 63": [ { "RoleId": 1, "RoleType": "sample string 79", "RoleDefinitionId": 2, "RoleName": "sample string 95", "RoleDescription": "sample string 25", "Delegator": "sample string 60", "DelegatedTime": "2025-06-28T23:23:06.1023517+02:00", "RoleDefinitionCode": "sample string 14", "_links": { "self": { "href": "sample string 85" } } }, { "RoleId": 1, "RoleType": "sample string 79", "RoleDefinitionId": 2, "RoleName": "sample string 95", "RoleDescription": "sample string 25", "Delegator": "sample string 60", "DelegatedTime": "2025-06-28T23:23:06.1023517+02:00", "RoleDefinitionCode": "sample string 14", "_links": { "self": { "href": "sample string 85" } } }, { "RoleId": 1, "RoleType": "sample string 79", "RoleDefinitionId": 2, "RoleName": "sample string 95", "RoleDescription": "sample string 25", "Delegator": "sample string 60", "DelegatedTime": "2025-06-28T23:23:06.1023517+02:00", "RoleDefinitionCode": "sample string 14", "_links": { "self": { "href": "sample string 85" } } } ] } }