cURL
curl --request POST \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations/{orgId}/teams \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "coachUids": [ "<string>" ], "memberUids": [ "<string>" ], "newUserDefaultConversationTypes": [ "<string>" ] }'
{ "id": "<string>", "name": "<string>", "organizationId": "<string>", "coachUids": [ "<string>" ], "coachManifest": {}, "memberUids": [ "<string>" ], "memberManifest": {}, "newUserDefaultConversationTypes": [ "<string>" ], "createdAt": "<string>" }
Create a new team for an org
Organization ID
The response is of type object.
object