cURL
curl --request GET \ --url https://api.example.com/v1/core/organizations/{orgId}/teams \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "organizationId": "<string>", "coachUids": [ "<string>" ], "coachManifest": {}, "memberUids": [ "<string>" ], "memberManifest": {}, "newUserDefaultConversationTypes": [ "<string>" ], "createdAt": "<string>" } ], "cursor": "<string>" }
Returns all teams for an org with pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization ID to fetch teams for
x >= 1
Get all teams for an org
Show child attributes
Opaque cursor for pagination