list_users
Retrieve workspace users from Clockify with optional filters by name, email, or status. Supports pagination and can fetch all pages automatically.
Instructions
List workspace users, optionally filtered by name/email/status (paginated). fetch_all=True follows pagination and returns every page concatenated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | ||
| name | No | ||
| No | |||
| status | No | ||
| page | No | ||
| page_size | No | ||
| fetch_all | No |