GET - User Voice Messaging Voice Portal

Retrieves The User's Voice Messaging Voice Portal Settings

Parameters

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

Returns

  • Dict: User Voice Messaging Voice Portal Settings

How To Use:

my_api.voice_messaging.get_user_voice_messaging_voice_portal(
    "UserID"
)

Example Data Returned (Formatted)

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

Last updated

Was this helpful?