Skip to main content
GET
Check role exists by slug

Authorizations

Authorization
string
header
required

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

Query Parameters

slug
string
required

Role slug to check.

Required string length: 1 - 63
Pattern: ^[a-z0-9]+(_[a-z0-9]+)*$

Response

Successful response

exists
boolean
required

Whether the role exists.