Search company contacts
GET
/contacts
Contacts
search_key
query parameter, provide either first name, last name or the email address of the user that you would like to search for. Optionally, set query_presence_status
to true
in order to include the presence status of a contact. contact:read:admin
, contact:read
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/contacts?search_key'
响应示例响应示例
{
"contacts": [
{
"direct_numbers": [
111111,
222222
],
"email": "qui@djfsd.sdfjhdf",
"extension_number": "010",
"first_name": "John",
"id": "isds324bdfsf",
"im_group_id": "fhksdhfew34hjds",
"im_group_name": "Engineering",
"last_name": "Doe",
"phone_number": "00000000",
"presence_status": "Offline",
"sip_phone_number": "11111111"
}
],
"next_page_token": " ",
"page_size": 1
}
请求参数
Query 参数
search_key
string
必需
query_presence_status
string
可选
query_presence_status
to true
in order to include the presence status of a contact in the response.page_size
integer
可选
<= 25
默认值:
1
next_page_token
string
可选