3rd Party Voice Mail Services¶
Display user’s 3rd Party Voice Mail¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/user_3d_party_vm/
¶ The API is mapped to UserThirdPartyVoiceMailSupportGetRequest17
Additional information
- Response JSON Object:
serverSelection (string) – third Party Voice Mail user-level voice mail server choices. One of “Group Mail Server” or “User Specific Mail Server”.
mailboxIdType (string) – Mailbox Id type on Third Party Voice Mail platform for the service. One of “User Or Group Phone Number” or “URL”
noAnswerNumberOfRings (integer) – Number of Rings until call is redirected to voice mail for the service. Possible values are 0, 2-20.
Update a user’s 3rd Party Voice Mail¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/user_3d_party_vm/
¶ The API is mapped to UserThirdPartyVoiceMailSupportModifyRequest
Additional restrictions
- Request JSON Object:
serverSelection (string) – third Party Voice Mail user-level voice mail server choices. One of “Group Mail Server” or “User Specific Mail Server”.
userServer (string) – (Optional) uniquely identifies an external voice mail server for the service. length >= 1
mailboxIdType (string) – Mailbox Id type on Third Party Voice Mail platform for the service. One of “User Or Group Phone Number” or “URL”
mailboxURL (string) – (Optional) the SIP URI to identify the mailbox for the service. length >= 1 and must be without “sip:” prefix
noAnswerNumberOfRings (integer) – Number of Rings until call is redirected to voice mail for the service. Possible values are 0, 2-20.