Update a user setting
PATCH {{baseUrl}}/phone/users/:userId/settings/:settingType
Use this API to update the user setting according to the setting type, specifically for a shared voicemail access and delegation. For user-level apps, pass the me
value instead of the userId
parameter.
Phone users can access shared voicemail inboxes in the Zoom desktop client, web portal, or provisioned desk phone.
To view these settings in the Zoom web portal, navigate to the Admin >> Phone System Management >> Users & Rooms interface. Click the Users tab and select User Settings. Scroll down to Voicemail & Call Recordings.
Scopes: phone:write:admin
Rate Limit Label: Light
Prerequisites: * A Business or Enterprise account
Request Body
{"delegation"=>{"privacy"=>true, "privileges"=>3}, "desk_phone"=>{"devices"=>[{"id"=>"-GHFnf5WQe-H-_r0Wwx9iQ", "policy"=>{"call_control"=>{"status"=>"off"}, "hot_desking"=>{"status"=>"off"}}}, {"id"=>"-GHFnf5WQe-H-_r0Wwx9iQ", "policy"=>{"call_control"=>{"status"=>"off"}, "hot_desking"=>{"status"=>"off"}}}], "phone_screen_lock"=>true, "pin_code"=>"09912"}, "voice_mail"=>{"access_user_id"=>"w0RChiauQeqRlv5fgxYULQ", "delete"=>true, "download"=>true, "shared_id"=>"--e8ugg0SeS-9clgrDkn2w"}, "intercom"=>{"extension_id"=>"JHwOJZ_PRICfVhQlL0x_ww", "device_id"=>"wG2kKqxyTJOCETmOpS5Kww"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |