GET - User Voice Messaging Greetings
Retrieves The User's Voice Messaging Greetings
Parameters
user_id (str): The User ID For The Voice Messaging Service.
Returns
Dict: User Voice Messaging Greetings
How To Use:
my_api.voice_messaging.get_user_voice_messaging_greetings(
"UserID"
)
Example Data Returned (Formatted)
{
"busyAnnouncementSelection": "Default",
"noAnswerAnnouncementSelection": "Default",
"noAnswerNumberOfRings": 4,
"disableMessageDeposit": false,
"disableMessageDepositAction": "Disconnect",
"userId": "[email protected]"
}
Last updated
Was this helpful?