Get role information
GET {{baseUrl}}/roles/:roleId
Each Zoom user automatically has a role which can either be owner, administrator, or member. Account owners and users with edit privileges for role management can add customized roles with a list of privileges.
Use this API to get information including specific privileges assigned to a role .
Pre-requisites
-
A Pro or higher plan.
-
For role management and updates, you must be either the account owner or a user with role management permissions.
Scopes:
role:read:admin
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"description":"\u003cstring\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","privileges":["\u003cstring\u003e","\u003cstring\u003e"],"sub_account_privileges":{"second_level":"\u003cinteger\u003e"},"total_members":"\u003cinteger\u003e"}