RoadOpsDeveloper

Teams

Ask

List teams

GET/v1/teams

Lists active teams visible to the token owner by default.

Required scopes: team:read

Parameters

query.includeArchivedboolean

Set to true to include archived teams. Defaults to false.

query.limitinteger

Maximum number of records to return. Defaults to 50 and is capped at 200.

query.cursorstring

Cursor returned by page.nextCursor from the previous list response.

Response 200

dataobject[]
data[].idstring:uuid

Team identifier.

data[].namestring

Team display name.

data[].rolestring

Role held by the token owner on the team.

data[].status"active" | "invited" | "departed" | "removed"

Membership status for the token owner on this team.

data[].organizationStatus"active" | "archived"

Team organization lifecycle status.

data[].versionnumber

Current team aggregate version.

data[].cursornumber

Latest event-ledger cursor projected into this team record.

pageobject
page.limitinteger

Maximum number of records returned in this page.

page.nextCursorstring | null

Cursor to pass as the next request's cursor query parameter, or null when there are no more results.

metaobject
meta.cursornumber | null

Highest record cursor represented by this response.