User#

class User[source]#

The JSON representation of a user.

group: Optional[Group]#

If this user is a wrapper user for a group this will contain this group, otherwise it will be null.

id: int#

The is the id of this user

name: str#

The fullname of the user. This might contain a first and last name, however this is not guaranteed.

username: str#

The username of this user.

is_test_student: bool#

Is this user a test student.

tenant_id: Optional[str]#

The tenant of the user