List teams
officient_list_teamsList all teams in Officient account, returning team id and name. Useful for viewing team structure without member details.
Instructions
All teams in the account. Returns id and name only — despite what the upstream docs imply, the response carries NO member list (verified live 2026-07). There is no team-detail endpoint either, so team membership is not readable over the API. To reconstruct the org structure, walk officient_list_people and call the "person-manager" operation per person via officient_request instead. Required scope: basics:read. READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||