Logo
Zoom Public API Documentation

Create a role

POST {{baseUrl}}/roles

Each Zoom user automatically has a role which can either be owner, administrator, or member.

Pre-requisites

  • Pro or higher plan.
  • To set the initial role, you must be the account owner.

  • For subsequent role management, you must be either the account owner or user with role management permissions.

Scopes: role:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{}



Curl
curl -X POST 'https://api.zoom.us/v2/roles' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"description":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","privileges":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS