Permissions

Show a Role

This endpoint retrieves a role for the given organisation.

get/roles/{roleId}

Response

The role was successfully retrieved.

Example response

{
  "data": {
    "name": "Spa Manager",
    "description": "Allows access to settings for the assigned site.",
    "permissions": [
      "clients.view"
    ]
  }
}

Changes