Logo
Zoom Public API Documentation

groups-{groupId}-members-{memberId}

Number of APIs: 2


1. Delete a group member

DELETE {{baseUrl}}/groups/:groupId/members/:memberId

Use this API to remove a user from a group in an account.

Prerequisites: * A Pro, Business, or Education account

Scopes: group:write:admin

Rate Limit Label: Light



2. Update a group member

PATCH {{baseUrl}}/groups/:groupId/members/:memberId

Use this API to perform either of the following tasks: * Remove a group member from one group and move them to a different group. * Set a user's primary group. By default, the primary group is the first group that user is added to.

If a user is a member of multiple groups, you can assign the user a primary group. The user will use the primary group's settings by default. However, if the user is a member of a group with locked settings, those group settings will remain locked to the user.

Prerequisites: * A Pro or higher account

Scopes: group:write:admin

Rate Limit Label: Medium



ENDPOINTS