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
- https://api.zoom.us/v2
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 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.