Logo
Zoom Public API Documentation

Update role information

PATCH {{baseUrl}}/roles/:roleId

Each Zoom user automatically has a role which can either be owner, administrator, or a member. Account Owners and users with edit privileges for Role management can add customized roles with a list.

Use this API to change the privileges, name and description of a specific role.

Pre-requisite:

  • A Pro or higher plan.

  • For role management and updates, you must be 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 PATCH 'https://api.zoom.us/v2/roles/:roleId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"description":"\u003cstring\u003e","name":"\u003cstring\u003e","privileges":["\u003cstring\u003e","\u003cstring\u003e"],"sub_account_privileges":{"second_level":"\u003cinteger\u003e"}}'

ENDPOINTS