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)
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Body
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
Success
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

