Group Objects
group_hash
UUID- The group UUID.
name
str- The group name.
description
str- The group description.
created_at
datetime- The timestamp when the group was created.
update_group
name or description must be provided. Fields left
as None are not modified.
Arguments:
name- The new name for the group.description- The new description for the group.
list_users
Iterator[GroupUser]- The users that belong to the group.
add_users
user_emails- The email addresses of the users to add.
List[GroupUser]- The full list of users in the group after the addition.
remove_users
user_emails- The email addresses of the users to remove.

