Voice Messaging¶
Voice Portal¶
Retrieve configuration¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/voice_messaging/voice_portal/
¶ The API is mapped to GroupVoiceMessagingGroupGetVoicePortal
Additional informations
- Response JSON Object:
serviceUserId (string) – The unique Id of the Voice Portal.
serviceUserProfile (object) – The Service User profile, see Service User Profile.
voicePortalExternalRoutingScope (string) – Value from “System”, “Group”.
externalRoutingAddress (string) – Phone Number or SIP URI.
Update configuration¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/voice_messaging/voice_portal/
¶ The API is mapped to GroupVoiceMessagingGroupModifyVoicePortal
Additional restrictions
- Request JSON Object:
serviceUserProfile (object) – (Optional) The Service User profile, see Service User Profile.
voicePortalExternalRoutingScope (string) – (Optional) Value from “System”, “Group”.
externalRoutingAddress (string) – (Optional) Phone Number or SIP URI.