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 99", "Name": "sample string 28", "LastName": "sample string 78", "UserName": "sample string 87", "Email": "sample string 12", "SocialSecurityNumber": "sample string 26", "OrganizationNumber": "sample string 40", "DelegationContext": "sample string 56", "Roles": { "_links": { "self": { "href": "sample string 78" } }, "_embedded": { "sample string 98": [ { "RoleId": 1, "RoleType": "sample string 69", "RoleDefinitionId": 2, "RoleName": "sample string 82", "RoleDescription": "sample string 17", "Delegator": "sample string 44", "DelegatedTime": "2025-06-29T04:45:34.8806158+02:00", "RoleDefinitionCode": "sample string 46" }, { "RoleId": 1, "RoleType": "sample string 69", "RoleDefinitionId": 2, "RoleName": "sample string 82", "RoleDescription": "sample string 17", "Delegator": "sample string 44", "DelegatedTime": "2025-06-29T04:45:34.8806158+02:00", "RoleDefinitionCode": "sample string 46" }, { "RoleId": 1, "RoleType": "sample string 69", "RoleDefinitionId": 2, "RoleName": "sample string 82", "RoleDescription": "sample string 17", "Delegator": "sample string 44", "DelegatedTime": "2025-06-29T04:45:34.8806158+02:00", "RoleDefinitionCode": "sample string 46" } ] } }, "Rights": { "_links": { "self": { "href": "sample string 21" } }, "_embedded": { "sample string 79": [ { "RightID": 1, "RightType": "sample string 83", "SystemResourceID": "sample string 30", "ServiceCode": "sample string 89", "ServiceEditionCode": 1, "ServiceOwner": "sample string 52", "ServiceOwnerCode": "sample string 25", "MessageID": "sample string 69", "Delegator": "sample string 23", "DelegatedTime": "2025-06-29T04:45:34.8806158+02:00", "Action": "sample string 88", "RightSourceType": "sample string 50", "IsDelegatable": true, "ValidToDate": "2025-06-29T04:45:34.8806158+02:00", "IsConsentDelegation": true }, { "RightID": 1, "RightType": "sample string 83", "SystemResourceID": "sample string 30", "ServiceCode": "sample string 89", "ServiceEditionCode": 1, "ServiceOwner": "sample string 52", "ServiceOwnerCode": "sample string 25", "MessageID": "sample string 69", "Delegator": "sample string 23", "DelegatedTime": "2025-06-29T04:45:34.8806158+02:00", "Action": "sample string 88", "RightSourceType": "sample string 50", "IsDelegatable": true, "ValidToDate": "2025-06-29T04:45:34.8806158+02:00", "IsConsentDelegation": true }, { "RightID": 1, "RightType": "sample string 83", "SystemResourceID": "sample string 30", "ServiceCode": "sample string 89", "ServiceEditionCode": 1, "ServiceOwner": "sample string 52", "ServiceOwnerCode": "sample string 25", "MessageID": "sample string 69", "Delegator": "sample string 23", "DelegatedTime": "2025-06-29T04:45:34.8806158+02:00", "Action": "sample string 88", "RightSourceType": "sample string 50", "IsDelegatable": true, "ValidToDate": "2025-06-29T04:45:34.8806158+02:00", "IsConsentDelegation": true } ] } }, "AppRights": [ { "RuleGuid": "sample string 15", "AltinnAppId": "sample string 88", "ResourceId": "sample string 42", "ResourceValue": "sample string 80", "Action": "sample string 46", "RightSourceType": "sample string 27", "IsDelegatable": true }, { "RuleGuid": "sample string 15", "AltinnAppId": "sample string 88", "ResourceId": "sample string 42", "ResourceValue": "sample string 80", "Action": "sample string 46", "RightSourceType": "sample string 27", "IsDelegatable": true }, { "RuleGuid": "sample string 15", "AltinnAppId": "sample string 88", "ResourceId": "sample string 42", "ResourceValue": "sample string 80", "Action": "sample string 46", "RightSourceType": "sample string 27", "IsDelegatable": true } ], "_links": { "self": { "href": "sample string 61" } } }