Skip to main content
Create Role

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for creating a custom role.

parentRoleId
integer<int64>
required

The parent role id.

Required range: x >= 0
description
string

Human-readable description.

name
string

Display name.

parentRoleName
string

The parent role name.

permissions
string[]

List of permissions.

List of permissions.

teamId
integer<int64>

Team identifier.

Required range: x >= 0

Response

Response returned after successfully creating a custom role.

id
integer<int64>

Unique identifier.

Required range: x >= 0