Roles API
Use Roles API to manage organization roles and their abilities. Roles define what organization users can do across organization and team scopes.
📄️ List organization roles
Lists roles in the current organization. This endpoint returns a paginated response with a fixed server page size.
📄️ Create a role
Creates a role in the current organization.
📄️ List all organization roles
Returns all roles in the current organization without pagination. Use this endpoint for selector lists.
📄️ Get a role
Returns a role in the current organization by ID, plus available abilities for role configuration.
📄️ Update a role
Updates a role in the current organization.
📄️ Delete a role
Deletes a role from the current organization.