List User Roles
list_user_rolesRetrieve roles assigned to all users in your organization, optionally filtering by project or environment for targeted access review.
Instructions
List roles for all users in the organization, optionally scoped.
Args:
projectID (string, optional): Scope to a project
environmentID (string, optional): Scope to an environment
Returns: { data: RoleAssignment[], next?: string, total?: number }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectID | No | Optional project scope filter | |
| environmentID | No | Optional environment scope filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| next | No | ||
| total | No |