focus_list_org_users
List organization users in Toggl Focus to resolve assignees for projects and tasks. Use filters and pagination to find users by name, email, or active status.
Instructions
Toggl Focus/2.0: list organization users (for assignee resolution). Mutations are not performed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| filter | No | Search filter for name/email | |
| per_page | No | Results per page (default 50, max 100) | |
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| active_status | No | Filter by active status if supported by API | |
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. |