Error
Create a new role and associate it with specified accounts.
Required fields:
- Name: Role name (must be unique within tenant)
- Behaviors: List of behavior IDs (at least one required)
- AccountIds: List of account IDs to associate with role (at least one required)
POST
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Body
application/json
Role payload containing name, behaviors, and accountIds
List of Account IDs associated with this role. Required for CreateRole and UpdateRole operations.
List of Role Behaviors
Unique Identifier for the Role
Indicate if the Role is a System Role or Custom Role
Name for the Role
Response
OK
List of Account IDs associated with this role. Required for CreateRole and UpdateRole operations.
List of Role Behaviors
Unique Identifier for the Role
Indicate if the Role is a System Role or Custom Role
Name for the Role

