Skip to main content
POST
create team role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
name
string
required

Name for the new role

Example:

"developer"

permissions
object
required

JSON object containing permission definitions

Response

Role created successfully

msg
string
Example:

"success"