GET /chat/users/me/contacts/{contactId}

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

Servers

Path parameters

Name Type Required Description
contactId String Yes

The user's contact Id or email address. The contact can be either a company contact or an external contact.

Query parameters

Name Type Required Description
query_presence_status Boolean No

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.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.