listUsersContacts.Rd
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 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.<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
listUsersContacts( type = NULL, page_size = NULL, next_page_token = NULL, return_response = F )
type | The type of contact. The value can be one of the following:company: Contacts from the user's organization.external: External contacts. |
---|---|
page_size | The number of records returned with a single API call. |
next_page_token | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |