list_users
Retrieve a list of iSuite users, filtered by account status or role, with pagination support.
Instructions
List all iSuite users with optional filtering by status or role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter users by account status. Defaults to 'all'. | |
| role | No | Filter users by assigned role name. | |
| limit | No | Maximum number of users to return (default 50, max 200). | |
| offset | No | Pagination offset (default 0). |