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

{&quot;direct_numbers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;email&quot;:&quot;\u003cemail\u003e&quot;,&quot;extension_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;first_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;member_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_numbers&quot;:[{&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;Fax&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;,&quot;verified&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;Fax&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;,&quot;verified&quot;:&quot;\u003cboolean\u003e&quot;}],&quot;presence_status&quot;:&quot;Offline&quot;}