Settings
provision a customer tenant for MS Teams
post/MicrosoftTeamsTenants
Request body
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
Example response
{
"sid": "9d26a637-1679-471f-8da8-7150266e1254"
}