Introduction
It describes the available APIs and data models for adding and removing users from groups.
API
Below is a list of APIs available in the group category.
| API | Description |
|---|---|
| AddUsersIntoGroupAsync | Adds one or more users to the specified group. |
| RemoveUserFromGroupAsync | Removes one or more users from the specified group. |
Models
Below is a list of data models used by the group APIs.
| Model | Description |
|---|---|
| AddUserResponse | Contains information about users who were successfully added to the group. |
| RemoveUserResponse | Contains information about users who were successfully removed from the group. |
| UserAddedResponse | Contains details about a user who was successfully added to the group. |
| UserRemovedResponse | Contains details about a user who was successfully removed from the group. |
| UserAddRemoveFailedResponse | Provides information about users who could not be added to or removed from the group. |