Logo
Zoom Public API Documentation

Add members to a role

POST {{baseUrl}}/phone/roles/:roleId/members

Use this API to add member(s) to a role.

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

Scopes:phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created





Curl
curl -X POST 'https://api.zoom.us/v2/phone/roles/:roleId/members' -H 'Content-Type: application/json' -d '{"role_id":"Ft0H7NYlSX6EeO-rwaZW-Q","copy_targets":true,"copy_all_members":true,"user_ids":["1PXbl7s6Q52nbePrUxUZTg","1PXbl7s6Q52nbePrUxUZTg"]}'

ENDPOINTS