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

NameDescriptionAdditional 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 45"
    }
  },
  "_embedded": {
    "sample string 85": [
      {
        "RoleId": 1,
        "RoleType": "sample string 2",
        "RoleDefinitionId": 2,
        "RoleName": "sample string 60",
        "RoleDescription": "sample string 67",
        "Delegator": "sample string 16",
        "DelegatedTime": "2024-03-29T06:38:20.9537726+01:00",
        "RoleDefinitionCode": "sample string 3"
      },
      {
        "RoleId": 1,
        "RoleType": "sample string 2",
        "RoleDefinitionId": 2,
        "RoleName": "sample string 60",
        "RoleDescription": "sample string 67",
        "Delegator": "sample string 16",
        "DelegatedTime": "2024-03-29T06:38:20.9537726+01:00",
        "RoleDefinitionCode": "sample string 3"
      },
      {
        "RoleId": 1,
        "RoleType": "sample string 2",
        "RoleDefinitionId": 2,
        "RoleName": "sample string 60",
        "RoleDescription": "sample string 67",
        "Delegator": "sample string 16",
        "DelegatedTime": "2024-03-29T06:38:20.9537726+01:00",
        "RoleDefinitionCode": "sample string 3"
      }
    ]
  }
}