v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Create Role

Create a custom role for the organization.

post/organizations/roles

Request body

namestring required
descriptionstring
permission_idsstring[]
testing_permission_idsstring[]
role_type'account' | 'organization'

Example request

{
  "name": "Operator",
  "description": "Custom operator"
}

Response

Created

idstring
namestring
descriptionstring nullable
adminboolean
permission_idsstring[]
testing_permission_idsstring[]
role_typestring
created_atstring date-time
updated_atstring date-time