Logo
Zoom Public API Documentation

chat-users-me-contacts

Number of APIs: 1


1. List user's contacts

GET {{baseUrl}}/chat/users/me/contacts?type=company&page_size=10&next_page_token=<string>

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 list all the contacts of a Zoom user. Zoom contacts are categorized into company contacts and external contacts. You must specify the contact type in the type query parameter. If you do not specify, by default, the type will be set as company contact.

Note: This API only supports user-managed OAuth app.


Scope: chat_contact:read

Rate Limit Label: Medium



ENDPOINTS