GET {who}/authorization/roles?language={language}

Gets the role list.

Request Information

Parameters

NameDescriptionAdditional information
who who the user is acting as/on behalf of.

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 role list.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 49"
    }
  },
  "_embedded": {
    "sample string 31": [
      {
        "RoleId": 1,
        "RoleType": "sample string 16",
        "RoleDefinitionId": 2,
        "RoleName": "sample string 7",
        "RoleDescription": "sample string 52",
        "Delegator": "sample string 62",
        "DelegatedTime": "2024-04-13T19:22:09.8494721+02:00",
        "RoleDefinitionCode": "sample string 27",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      },
      {
        "RoleId": 1,
        "RoleType": "sample string 16",
        "RoleDefinitionId": 2,
        "RoleName": "sample string 7",
        "RoleDescription": "sample string 52",
        "Delegator": "sample string 62",
        "DelegatedTime": "2024-04-13T19:22:09.8494721+02:00",
        "RoleDefinitionCode": "sample string 27",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      },
      {
        "RoleId": 1,
        "RoleType": "sample string 16",
        "RoleDefinitionId": 2,
        "RoleName": "sample string 7",
        "RoleDescription": "sample string 52",
        "Delegator": "sample string 62",
        "DelegatedTime": "2024-04-13T19:22:09.8494721+02:00",
        "RoleDefinitionCode": "sample string 27",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      }
    ]
  }
}