List workspace users
clockify_workspace_usersList workspace users and their unique IDs to supply user_id for other tools. Filter by name, email, status, or paginate through results.
Instructions
People in the workspace, with their ids — needed whenever a tool asks for user_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name, partial match | |
| page | No | Page number (default 1) | |
| No | Filter by exact email | ||
| limit | No | Cap for all_pages (default 500) | |
| status | No | Membership status | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| page_size | No | Items per page, max 200 (default 50) | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| include_memberships | No | Include each user's project and group memberships |