Group Users

The Group Users API enables you to manage membership within an existing group in Avaya Infinity™.

For creating and managing groups themselves, see the Groups API Reference.

Endpoints

Bulk Add Users to a Group

PATCH /groups/{groupId}/users

Add multiple users to an existing group in a single operation. By default, users are also added to any associated channels. Returns the updated member list for the group.

View API Reference →

Getting Started

Use this endpoint to incrementally add members to an existing group without affecting its current membership. To replace the full member list of a group, use the Update a Group endpoint instead.