Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 519 Bytes

File metadata and controls

17 lines (9 loc) · 519 Bytes

UpdateGroupRequest

The request for updating a group.

Properties

Name Type Description Notes
membersToAdd List<UUID> The list of user IDs to add to the group. [optional]
membersToRemove List<UUID> The list of user IDs to remove from the group. [optional]
groupManager UUID The group manager ID. [optional]
groupName String The group name. [optional]