Developers

Retrieves a RoleSet resource

GET
/user/role-sets/{id}

Retrieves a RoleSet resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

RoleSet identifier

Response Body

curl -X GET "https://example.com/user/role-sets/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "shortCode": "string",  "name": "string",  "roles": [    "Check allowed_roles.yaml"  ]}