cURL
curl --request GET \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations/{orgId}/teams
{ "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
Organization ID to fetch teams for
x > 0
Get all teams for an org
The response is of type object.
object