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.

Query Parameters

role_name
string
required

Name of the role to create. Must be unique within the caller's tenant.

Example:

"engineering"

Response

Successful Response