Create MS Teams

POST https://{{axpAPIDomain}}/api/admin/voice/v1/accounts/:accountId/msteams-elements

This API requires the Account Administrator role.

Add a new MS Teams element for an Account with required data.

Only one instance of Microsoft Teams element can be created for an account.

The following field must be unique otherwise a HTTP 409 Conflict will be returned: * name

Will trigger asynchronous updates, the status of which should be monitored via GET /msteams-elements/{elementId}.

Request Body

{"name"=>"MS Teams Server", "description"=>"MS Teams Server description", "didNumbers"=>["+16062128688", "+12702289911"], "domain"=>"exchange.com", "isChatEnabled"=>false, "clientId"=>"bv34503f-543e-232a-43ac-77e2b25797ea"}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring