GET {{baseUrl}}/phone/roles/:roleId/members?in_role=false
Use this API to get members (not) in a role. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Rate Limit Label: phone:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
in_role
|
boolean | Whether the user belongs to the role: default is `false`. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"members": [
{
"user_id": "1PXbl7s6Q52nbePrUxUZTg",
"display_name": "ZOOM_API Test",
"email": "2020042400000003@qq.com",
"extension_number": "1000123460",
"site": {
"id": "8f71O6rWT8KFUGQmJIFAdQ",
"name": "Main Site"
}
}
]
} |
ENDPOINTS