PUT - Group Voice Messaging
Modifies The Groups Advanced Voice Messaging Service Settings
Parameters
service_provider_id (str): Service Provider/Enterprise ID where Group is located.
group_id (str): Group ID where the target Group is located.
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_group_voice_messaging(
"ServiceProviderID",
"GroupID",
"Updates"
)
Example Body Data (Formatted)
{
"useMailServerSetting":"System Mail Server",
"warnCallerBeforeRecordingVoiceMessage":false,
"allowUsersConfiguringAdvancedSettings":true,
"allowComposeOrForwardMessageToEntireGroup":false,
"mailServerProtocol":"POP3",
"realDeleteForImap":false,
"maxMailboxLengthMinutes":30,
"doesMessageAge":false,
"holdPeriodDays":15,
"serviceProviderId":"odin.mock.ent1",
"groupId":"odin.mock.grp1"
}
Last updated
Was this helpful?