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

Request Body

{"batch_type"=>"move_site", "user_ids"=>["<string>", "<string>"], "site_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring