Checkio API
get/{tenantId}/v1/roles/{roleId}

Get role

Requires Authentication
Roles

Returns a specific role

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
roleId
required
string (uuid)Role UUID

Responses

Role details

Response Bodyapplication/json
id
string (uuid)
name
string
description
string
permissions
array
string[]
isSystem
boolean
createdAt
string (date-time)

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/roles/{roleId}' \
  -H 'Authorization: Bearer {token}'