Logo
Zoom Public API Documentation

List roles

GET {{baseUrl}}/roles?type=common

List roles on your account

Prerequisites : * Pro or higher plan. * For setting the initial role, you must be the Account Owner. * For subsequent role management, you must be the Account Owner or user with role management permissions.

Scopes: role:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 
type
string Specify a value to get the response for the corresponding role type. `common` - common roles of Zoom. `iq` - roles of Zoom IQ Sales



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "roles": [ { "description": "<string>", "id": "<string>", "name": "<string>", "type": "<string>", "total_members": "<integer>" }, { "description": "<string>", "id": "<string>", "name": "<string>", "type": "<string>", "total_members": "<integer>" } ], "total_records": "<integer>" }



Curl
curl -X GET 'https://api.zoom.us/v2/roles?type=common?type=common' -H 'Accept: application/json'

ENDPOINTS