Skip to main content

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

Unique team identifier.

name string

Team display name.

description string OPTIONAL

Optional team description.

isUniversalGroup boolean

Whether members of this team can see all orders in the organization.

canShareOrders boolean

Whether members of this team can share orders with each other.

403

The teamAssignment feature is not enabled for your organization.