Skip to main content
POST
Add Team Role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
name
string

Name for the new role

Example:

"developer"

permissions
object

JSON object containing permission definitions

Response

{"msg": "success"}

msg
string

"success" on successful creation