GET {who}/authorization/Delegations/{receiverId}?language={language}
Gets a right holder by its id. Will include all rights and roles delegated to the right holder
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| who | Who to retrieve the right holder for. Valid values are "my", or an organization number of an organization the user can represent, or <Reportee.ReporteeId>, where the identified reportee may be a person or organization. |
Define this parameter in the request URI. |
| receiverId | The id of the right holder to retrieve. This can be the reportee id or an organization number. |
Define this parameter in the request URI. |
| language | Language the result should be returned in |
Define this parameter in the request URI. |
Response Information
A populated right holder object with all delegated rights and/or roles.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{
"RightHolderId": "sample string 15",
"Name": "sample string 10",
"LastName": "sample string 40",
"UserName": "sample string 59",
"Email": "sample string 23",
"SocialSecurityNumber": "sample string 19",
"OrganizationNumber": "sample string 93",
"DelegationContext": "sample string 13",
"Roles": {
"_links": {
"self": {
"href": "sample string 74"
}
},
"_embedded": {
"sample string 7": [
{
"RoleId": 1,
"RoleType": "sample string 52",
"RoleDefinitionId": 2,
"RoleName": "sample string 22",
"RoleDescription": "sample string 39",
"Delegator": "sample string 33",
"DelegatedTime": "2025-12-03T17:14:13.5635763+01:00",
"RoleDefinitionCode": "sample string 1"
},
{
"RoleId": 1,
"RoleType": "sample string 52",
"RoleDefinitionId": 2,
"RoleName": "sample string 22",
"RoleDescription": "sample string 39",
"Delegator": "sample string 33",
"DelegatedTime": "2025-12-03T17:14:13.5635763+01:00",
"RoleDefinitionCode": "sample string 1"
},
{
"RoleId": 1,
"RoleType": "sample string 52",
"RoleDefinitionId": 2,
"RoleName": "sample string 22",
"RoleDescription": "sample string 39",
"Delegator": "sample string 33",
"DelegatedTime": "2025-12-03T17:14:13.5635763+01:00",
"RoleDefinitionCode": "sample string 1"
}
]
}
},
"Rights": {
"_links": {
"self": {
"href": "sample string 82"
}
},
"_embedded": {
"sample string 29": [
{
"RightID": 1,
"RightType": "sample string 85",
"SystemResourceID": "sample string 56",
"ServiceCode": "sample string 14",
"ServiceEditionCode": 1,
"ServiceOwner": "sample string 33",
"ServiceOwnerCode": "sample string 93",
"MessageID": "sample string 28",
"Delegator": "sample string 69",
"DelegatedTime": "2025-12-03T17:14:13.5635763+01:00",
"Action": "sample string 24",
"RightSourceType": "sample string 93",
"IsDelegatable": true,
"ValidToDate": "2025-12-03T17:14:13.5635763+01:00",
"IsConsentDelegation": true
},
{
"RightID": 1,
"RightType": "sample string 85",
"SystemResourceID": "sample string 56",
"ServiceCode": "sample string 14",
"ServiceEditionCode": 1,
"ServiceOwner": "sample string 33",
"ServiceOwnerCode": "sample string 93",
"MessageID": "sample string 28",
"Delegator": "sample string 69",
"DelegatedTime": "2025-12-03T17:14:13.5635763+01:00",
"Action": "sample string 24",
"RightSourceType": "sample string 93",
"IsDelegatable": true,
"ValidToDate": "2025-12-03T17:14:13.5635763+01:00",
"IsConsentDelegation": true
},
{
"RightID": 1,
"RightType": "sample string 85",
"SystemResourceID": "sample string 56",
"ServiceCode": "sample string 14",
"ServiceEditionCode": 1,
"ServiceOwner": "sample string 33",
"ServiceOwnerCode": "sample string 93",
"MessageID": "sample string 28",
"Delegator": "sample string 69",
"DelegatedTime": "2025-12-03T17:14:13.5635763+01:00",
"Action": "sample string 24",
"RightSourceType": "sample string 93",
"IsDelegatable": true,
"ValidToDate": "2025-12-03T17:14:13.5635763+01:00",
"IsConsentDelegation": true
}
]
}
},
"AppRights": [
{
"RuleGuid": "sample string 55",
"AltinnAppId": "sample string 0",
"ResourceId": "sample string 67",
"ResourceValue": "sample string 30",
"Action": "sample string 68",
"RightSourceType": "sample string 55",
"IsDelegatable": true
},
{
"RuleGuid": "sample string 55",
"AltinnAppId": "sample string 0",
"ResourceId": "sample string 67",
"ResourceValue": "sample string 30",
"Action": "sample string 68",
"RightSourceType": "sample string 55",
"IsDelegatable": true
},
{
"RuleGuid": "sample string 55",
"AltinnAppId": "sample string 0",
"ResourceId": "sample string 67",
"ResourceValue": "sample string 30",
"Action": "sample string 68",
"RightSourceType": "sample string 55",
"IsDelegatable": true
}
],
"_links": {
"self": {
"href": "sample string 31"
}
}
}
