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