Logo
Zoom Public API Documentation

Assign a role

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

User roles can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to assign a role to members.

Prerequisites:

  • A Pro or a higher plan.

Scopes: role:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "add_at": "<dateTime>", "ids": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/roles/:roleId/members' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"members":[{"email":"\u003cemail\u003e","id":"\u003cstring\u003e"},{"email":"\u003cemail\u003e","id":"\u003cstring\u003e"}]}'

ENDPOINTS