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: Rate Limit Label: role:read:admin
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>"
} |
ENDPOINTS