Logo
Zoom Public API Documentation

contacts-groups-{groupId}-members

Number of APIs: 3


1. Remove members in a contact group

DELETE {{baseUrl}}/contacts/groups/:groupId/members?member_ids=<string>

Use this API to remove members in a contact group.

Prerequisite: Pro or higher account.

Scopes: contact_group:write:admin

Rate Limit Label: Heavy



2. Add contact group members

POST {{baseUrl}}/contacts/groups/:groupId/members

Use this API to add members to a contact group.

Prerequisite: Pro or higher account.

Scopes: contact_group:write:admin

Rate Limit Label: Heavy



3. List contact group members

GET {{baseUrl}}/contacts/groups/:groupId/members?page_size=10&next_page_token=<string>

List members in contact groups under an account.

Prerequisite: Pro or higher account.

Scopes: contact_group:read:admin

Rate Limit Label: Medium



ENDPOINTS