v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Roles

Get a role

Get a role in the organization specified by the role’s role_id.

get/api/v2/roles/{role_id}

Path parameters

role_idstring required

The unique identifier of the role.

Response

OK

Example response

{
  "data": {
    "relationships": {
      "permissions": {
        "data": [
          {
            "type": "permissions"
          }
        ]
      }
    },
    "type": "roles"
  }
}