List users
GET
/users
Users
Scopes:
user:read:admin
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/users'
响应示例响应示例
{
"page_count": 1,
"page_number": 1,
"page_size": 30,
"total_records": 1,
"users": [
{
"created_at": "2018-11-15T01:10:08Z",
"dept": "",
"email": "mel@jfggdhfhdfj.djfhdsfh",
"first_name": "Melina",
"id": "z8yAAAAA8bbbQ",
"im_group_ids": [
"Abdsjkfhdhfj"
],
"last_client_version": "4.4.55383.0716(android)",
"last_login_time": "2019-09-13T21:08:52Z",
"last_name": "Ghimire",
"pic_url": "https://lh4.googleusercontent.com/-someurl/photo.jpg",
"pmi": 581111112,
"status": "active",
"timezone": "America/Los_Angeles",
"type": 2,
"verified": 1
}
]
}
请求参数
Query 参数
status
enum<string>
可选
active
- Users with an active status.inactive
- Users who are deactivated.pending
- Users with a pending status.枚举值:
activeinactivepending
默认值:
active
page_size
integer
可选
<= 300
默认值:
30
role_id
string
可选
page_number
string
可选
include_fields
string
可选
custom_attributes
: Returns custom attributes that are associated with the user.host_key
: Returns host key of the user.next_page_token
string
可选
返回响应
修改于 2024-04-24 09:06:48