List Users
list_usersRetrieve a list of workspace users with their IDs, names, emails, and permissions. Use the returned IDs to assign members to user groups.
Instructions
List the users (members) in the workspace/company, with their ids, names, emails, and permissions. Use the returned _id values when assigning members to user groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page index (default 0) | |
| sortBy | No | Sort expression "field:asc" or "field:desc", e.g. "createdAt:desc", "email:asc" | |
| pageSize | No | Results per page (default 50) | |
| filterName | No | Search text. Plain text matches first/last name or email; prefix with "email:" or "name:" to scope, e.g. "email:jane@acme.com". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |