PUT - User Voice Messaging Voice Portal

Modifies The User's Voice Messaging Voice Portal 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_voice_portal(
    "UserID",
    "Updates"
)

Example Body Data (Formatted)

{
    "usePersonalizedName": false,
    "voicePortalAutoLogin": true,
    "personalizedNameAudioFile": {
        "name": "Announcement",
        "mediaFileType": "WAV",
        "level": "User"
    },
    "userId": "[email protected]"
}

Last updated

Was this helpful?