Update user's profile
PATCH
{{baseUrl}}/phone/users/:userId
Use this API to update a user's Zoom Phone profile. For user-level apps, pass the me
value instead of the userId
parameter.
Scopes: phone:write
, phone:write:admin
Rate Limit Label: Light
Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
Accept
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/phone/users/:userId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"emergency_address_id":"CCc8zYT1SN60i7uDMzDbXA","extension_number":"1000123477","policy":{"ad_hoc_call_recording":{"enable":true,"recording_start_prompt":true,"recording_transcription":true},"auto_call_recording":{"allow_stop_resume_recording":true,"disconnect_on_recording_failure":true,"enable":true,"recording_calls":"inbound","recording_explicit_consent":true,"recording_start_prompt":true,"recording_transcription":true,"reset":true},"call_overflow":{"call_overflow_type":2,"enable":true},"call_park":{"call_not_picked_up_action":50,"enable":true,"expiration_period":10,"forward_to_extension_id":"CcrEGgmeQem1uyJsuIRKwA"},"call_transferring":{"call_transferring_type":2,"enable":true},"delegation":true,"elevate_to_meeting":true,"emergency_address_management":{"enable":true,"prompt_default_address":true},"emergency_calls_to_psap":true,"forwarding_to_external_numbers":true,"hand_off_to_room":{"enable":true},"international_calling":true,"mobile_switch_to_carrier":{"enable":true},"select_outbound_caller_id":{"enable":true},"sms":{"enable":true,"international_sms":true,"international_sms_countries":["US","US"]},"voicemail":{"allow_delete":true,"allow_download":true,"allow_transcription":true,"allow_videomail":true,"enable":true},"voicemail_access_members":[{"access_user_id":"w0RChiauQeqRlv5fgxYULQ","allow_delete":true,"allow_download":true}],"zoom_phone_on_mobile":{"allow_calling_sms_mms":true,"enable":true},"personal_audio_library":{"allow_music_on_hold_customization":true,"allow_voicemail_and_message_greeting_customization":true,"enable":true,"reset":true},"voicemail_transcription":{"enable":true,"reset":true},"voicemail_notification_by_email":{"include_voicemail_file":true,"include_voicemail_transcription":true,"enable":true,"reset":true},"shared_voicemail_notification_by_email":{"enable":true,"reset":true},"check_voicemails_over_phone":{"enable":true,"reset":true},"audio_intercom":{"enable":true,"reset":true}},"site_id":"8f71O6rWT8KFUGQmJIFAdQ","template_id":"Dv4YdINdTk+Z5RToadh5ug=="}'