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 https://support.zoom.us/hc/enus/articles/115004055706ManagingContacts . Call this API to get information on a specific contact of the Zoom user.<p style="backgroundcolor:#e1f5fe; color:#01579b; padding:8px"> <b>Note: </b>This API only supports <b>usermanaged</b> <a href="https://marketplace.zoom.us/docs/guides/gettingstarted/apptypes/createoauthapp">OAuth app</a>.</p>**Scope**: chat_contact:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

getUsersContactDetails(
  contactId,
  query_presence_status = NULL,
  return_response = F
)

Arguments

contactId

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

query_presence_status

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.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.