Logo
Zoom Public API Documentation

Update multiple users' properties in batch

PUT {{baseUrl}}/phone/users/batch

Updates multiple users' properties in batch. For example, you can update the users' site when batchType is equal to move_site. You can update 10 users at a time.

Prerequisites: * Business, or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:batch_users:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/phone/users/batch' -H 'Content-Type: application/json' -d '{"batch_type":"move_site","user_ids":["\u003cstring\u003e","\u003cstring\u003e"],"site_id":"\u003cstring\u003e"}'

ENDPOINTS