Type Alias UsersUpdateUsersProfileRequestBody

UsersUpdateUsersProfileRequestBody: {
    emergency_address_id?: string;
    extension_number?: string;
    policy?: {
        ad_hoc_call_recording?: {
            enable?: boolean;
            play_recording_beep_tone?: {
                enable?: boolean;
                play_beep_member?: string;
                play_beep_time_interval?: number;
                play_beep_volume?: number;
            };
            recording_start_prompt?: boolean;
            recording_transcription?: boolean;
            reset?: boolean;
        };
        audio_intercom?: { enable?: boolean; reset?: boolean };
        auto_call_recording?: {
            allow_stop_resume_recording?: boolean;
            disconnect_on_recording_failure?: boolean;
            enable?: boolean;
            inbound_audio_notification?: {
                recording_explicit_consent?: boolean;
                recording_start_prompt?: boolean;
            };
            outbound_audio_notification?: {
                recording_explicit_consent?: boolean;
                recording_start_prompt?: boolean;
            };
            play_recording_beep_tone?: {
                enable?: boolean;
                play_beep_member?: string;
                play_beep_time_interval?: number;
                play_beep_volume?: number;
            };
            recording_calls?: string;
            recording_explicit_consent?: boolean;
            recording_start_prompt?: boolean;
            recording_transcription?: boolean;
            reset?: boolean;
        };
        call_handling_forwarding_to_other_users?: {
            call_forwarding_type?: number;
            enable?: boolean;
            reset?: boolean;
        };
        call_overflow?: {
            call_overflow_type?: number;
            enable?: boolean;
            reset?: boolean;
        };
        call_park?: {
            call_not_picked_up_action?: number;
            enable?: boolean;
            expiration_period?: number;
            forward_to_extension_id?: string;
        };
        call_transferring?: {
            call_transferring_type?: number;
            enable?: boolean;
            reset?: boolean;
        };
        check_voicemails_over_phone?: { enable?: boolean; reset?: boolean };
        delegation?: boolean;
        e2e_encryption?: { enable?: boolean; reset?: boolean };
        elevate_to_meeting?: boolean;
        emergency_address_management?: {
            enable?: boolean;
            prompt_default_address?: boolean;
        };
        emergency_calls_to_psap?: boolean;
        forwarding_to_external_numbers?: boolean;
        hand_off_to_room?: { enable?: boolean };
        international_calling?: boolean;
        mobile_switch_to_carrier?: { enable?: boolean };
        personal_audio_library?: {
            allow_music_on_hold_customization?: boolean;
            allow_voicemail_and_message_greeting_customization?: boolean;
            enable?: boolean;
            reset?: boolean;
        };
        select_outbound_caller_id?: {
            allow_hide_outbound_caller_id?: boolean;
            enable?: boolean;
        };
        shared_voicemail_notification_by_email?: {
            enable?: boolean;
            reset?: boolean;
        };
        sms?: {
            enable?: boolean;
            international_sms?: boolean;
            international_sms_countries?: string[];
        };
        voicemail?: {
            allow_delete?: boolean;
            allow_download?: boolean;
            allow_transcription?: boolean;
            allow_videomail?: boolean;
            enable?: boolean;
        };
        voicemail_access_members?: {
            access_user_id?: string;
            allow_delete?: boolean;
            allow_download?: boolean;
            allow_sharing?: boolean;
        }[];
        voicemail_notification_by_email?: {
            enable?: boolean;
            include_voicemail_file?: boolean;
            include_voicemail_transcription?: boolean;
            reset?: boolean;
        };
        voicemail_transcription?: { enable?: boolean; reset?: boolean };
        zoom_phone_on_mobile?: {
            allow_calling_sms_mms?: boolean;
            enable?: boolean;
        };
    };
    site_id?: string;
    template_id?: string;
}