missive_list_users
Lists users (id, name, email, avatar) across organizations accessible to the API token owner, with optional organization, limit, and offset filters.
Instructions
Lists users across the organizations the API token owner belongs to (id, name, email, avatar_url, and me for the token owner). organization is an optional filter; when omitted (and no default is set) users from all accessible organizations are returned. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of users to return. Default 50, max 200. | |
| offset | No | Offset used to paginate results. Default 0. | |
| organization | No | Optional organization UUID to filter users. Defaults to MISSIVE_DEFAULT_ORGANIZATION; if neither is set, lists users across all accessible organizations. |