Get user's contact details
GET {{baseUrl}}/chat/users/me/contacts/:identifier?query_presence_status=<boolean>
A user under an organization's Zoom account has internal users listed under Company Contacts in the Zoom Client. A Zoom user can also add another Zoom user as a contact. Call this API to get information on a specific contact of the Zoom user.
Note: This API only supports user-managed OAuth app.
Scope: chat_contact:read
Rate Limit Label: Medium
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query_presence_status | string | The presence status of the contact. | |
Include this query parameter with a value of true to get the presence status of the contact in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"direct_numbers":["\u003cstring\u003e","\u003cstring\u003e"],"email":"\u003cemail\u003e","extension_number":"\u003cstring\u003e","first_name":"\u003cstring\u003e","id":"\u003cstring\u003e","member_id":"\u003cstring\u003e","last_name":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","phone_numbers":[{"code":"\u003cstring\u003e","country":"\u003cstring\u003e","label":"Fax","number":"\u003cstring\u003e","verified":"\u003cboolean\u003e"},{"code":"\u003cstring\u003e","country":"\u003cstring\u003e","label":"Fax","number":"\u003cstring\u003e","verified":"\u003cboolean\u003e"}],"presence_status":"Offline"}