List teams
V2-12387 — Returns every team/group in your organization. Use the returned id as assignedGroupId when creating or updating a transaction. Requires the teamAssignment feature flag — a 403 is returned otherwise.
| Responses |
|---|
200
Teams listed successfully. | Schema — OPTIONAL |
|---|
data object[]Teams in your organization, ordered by name. id uuid | name string | description string — OPTIONALOptional team description. | isUniversalGroup booleanWhether members of this team can see all orders in the organization. | canShareOrders booleanWhether members of this team can share orders with each other. |
|
|
403
The teamAssignment feature is not enabled for your organization. |