Skip to content

Method: projects.sipDomains.verifyTeamsDirectRouting

Verifies the SIP domain with Teams Direct Routing by applying a verification string provided by Office 365.

The caller must have voice.sipDomains.update permission on the project.

HTTP request

POST https://voice.api.enfonica.com/v1beta1/{sip_domain}:verifyTeamsDirectRouting

Path parameters

Parameters  
sipDomain string
The resource name of the SIP domain to verify. Must be of the form projects/*/sipDomains/*.

Request body

The VerifyTeamsDirectRouting request message.

JSON representation
{
  "sipDomain": string,
  "txtRecordValue": string
}
Fields  
sipDomain string
Required. The resource name of the SIP domain to verify. Must be of the form projects/*/sipDomains/*.
txtRecordValue string
Required. The value of the DNS TXT verification. Maximum length of 100 characters. Must match the pattern ^[a-zA-Z0-9=]+$.

Response body

The VerifyTeamsDirectRouting response message.

JSON representation
{
}

This type has no fields.