Skip to main content
POST
Create Role

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Body

application/json
name
string
required
slug
string
required
permission_ids
string[]
required

Response

Successful Response

id
string<uuid>
required
organisation_id
string | null
required
name
string
required
slug
string
required
is_system
boolean
required
permission_ids
string[]
required