GET - User Voice Messaging

Retrieves The User's Voice Messaging Service Settings

Parameters

  • user_id (str): The User ID For The Voice Messaging Service Settings.

Returns

  • Dict: User Voice Messaging Service Settings

How To Use:

my_api.voice_messaging.get_user_voice_messaging(
    "UserID"
)

Example Data Returned (Formatted)

{
  "isActive": true,
  "processing": "Unified Voice and Email Messaging",
  "voiceMessageDeliveryEmailAddress": "[email protected]",
  "usePhoneMessageWaitingIndicator": true,
  "sendVoiceMessageNotifyEmail": true,
  "voiceMessageNotifyEmailAddress": "[email protected]",
  "sendCarbonCopyVoiceMessage": true,
  "voiceMessageCarbonCopyEmailAddress": "[email protected]",
  "transferOnZeroToPhoneNumber": true,
  "transferPhoneNumber": 4500,
  "alwaysRedirectToVoiceMail": false,
  "busyRedirectToVoiceMail": true,
  "noAnswerRedirectToVoiceMail": true,
  "outOfPrimaryZoneRedirectToVoiceMail": false,
  "serviceProviderId": "ent.odin",
  "groupId": "grp.odin",
  "userId": "[email protected]"
}

Last updated

Was this helpful?