permission_sets_get_assignments
Retrieve all users assigned to a permission set with pagination support. Ideal for auditing permission set membership and understanding access levels.
Instructions
Get permission set assignments.
Returns all users assigned to a specific permission set with pagination support.
Workflow tips:
Shows all users with this permission set
Use pagination for permission sets with many users
Useful for auditing permission set membership
Helps understand who has access to what
Cached for 15 minutes
Common use cases:
Get assignments: { "id": "f07d229d-088a-4144-a40f-1fe64295d180" }
Paginated list: { "id": "f07d229d-088a-4144-a40f-1fe64295d180", "start": 0, "limit": 50 }
Audit user permissions and access levels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the permission set (UUID) | |
| limit | No | Number of items to return (default: 100) | |
| start | No | Pagination start (default: 0) |