Logo
Zoom Public API Documentation

Add members to roles

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

Use this API to add members to roles.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:role_member: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":"\u003cstring\u003e","copy_targets":false,"copy_all_members":false,"user_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS