PUT - User Voice Messaging
Modifies The User's Voice Messaging Service Settings
Parameters
user_id (str): The User ID For The Voice Messaging Service Settings.
updates (dict): Formatted Data To Emplace In The Put Request.
Returns
None: This routine has no return type
How To Use:
my_api.voice_messaging.put_user_voice_messaging(
"UserID",
"Updates"
)
Example Body Data (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": 1005551414,
"alwaysRedirectToVoiceMail": false,
"busyRedirectToVoiceMail": true,
"noAnswerRedirectToVoiceMail": true,
"outOfPrimaryZoneRedirectToVoiceMail": false,
"userId": "[email protected]",
"serviceProviderId": "ent.odin",
"groupId": "grp.odin",
"isEnterprise": true
}
Last updated
Was this helpful?