UserInfoWithRole# class UserInfoWithRole[source]# The personal information of a user and their role. role_id: int# The id of the role of this user. username: str# The username for logging in of the user. name: str# The full name of the user. email: str# The email address of the user.