v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Settings

provision a customer tenant for MS Teams

post/MicrosoftTeamsTenants

Request body

service_provider_sidstring uuid required
account_sidstring uuid
application_sidstring uuid
tenant_fqdnstring required

Example request

{
  "service_provider_sid": "85f9c036-ba61-4f28-b2f5-617c23fa68ff",
  "account_sid": "85f9c036-ba61-4f28-b2f5-617c23fa68ff",
  "application_sid": "85f9c036-ba61-4f28-b2f5-617c23fa68ff",
  "tenant_fqdn": "customer.contoso.com"
}

Response

tenant successfully created

sidstring required

Example response

{
  "sid": "9d26a637-1679-471f-8da8-7150266e1254"
}