v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-2381210.5 KB
roles

Returns a role

Returns a role for a given id

get/roles/{id}

Path parameters

idstring required

Unique id of role

Response

Successfully returned a role for a given id

idstring

Unique id for a role

rolestring

Name of role

permissionsPermissionString[]

A list of permissions associated with this role

Example response

{
  "id": "1b",
  "role": "admin",
  "permissions": [
    "legacy:read"
  ]
}