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 |
|---|---|
| GetUsersAsync | Gets the list of users associated with the specified group using the group ID. |
| GetUsersByNameAsync | Gets the list of users associated with the specified group using the group name. |
| 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. |
| User | Represents a user entity associated with a group. |