GroupUser# class GroupUser[source]# This is a user that wraps a group. type: Literal['group-user']# The tag of this class. group: Group# The group that this user wraps. is_test_student: Literal[False]# This user is never a test student. id: int# The is the id of this user username: str# The username of this user. tenant_id: Optional[str]# The tenant of the user