ExtendedGroup

class ExtendedGroup[source]

The group as extended JSON.

virtual_user: VirtualUser

The virtual user connected to this course. Serialised as AsVirtualUser — same shape as User.AsGroup minus the group field, which is omitted to avoid recursing back into this group.

id: int

The id of this group.

members: Sequence[NormalUser]

The members of this group.

name: str

The name of this group.

group_set_id: int

The id of the group set that this group is connected to.

created_at: datetime

The datetime this group was created.