added
1.23.2025 - Role Management
29 days ago by Darrell Malone
Roles Management is now available via the API, enabling streamlined user management through role-based permissions. This feature allows you to group permissions into roles and assign them to users more efficiently.
New Endpoints
/roles
for creating, retrieving, updating, and deleting roles./roleAssignments
for managing role assignments to users, including bulk operations:/roleAssignments:bulkcreate
to assign roles to multiple users./roleAssignments:bulkdelete
to unassign roles from multiple users.
Features
- Retrieve and manage all roles in your account, with support for custom roles.
- Assign or unassign multiple roles to users in a single request using bulk endpoints.
- Role-based permissions simplify managing what users can access and do in your account.
Start using the Roles Management API today with the Roles Management Guide.