ExtendedUser¶
- class ExtendedUser[source]¶
The extended JSON representation of a user.
- email: str | None¶
The email of the user. This will only be provided for the currently logged in user.
- email_verified: bool | None¶
Whether this user’s email address has been verified. None when the requesting user is not the owner of this account (i.e. only the logged- in user’s own record includes this).
Can this user see hidden assignments at least in one course.
- permissions: GlobalPermMap¶
The global permissions of the user.