Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 837 Bytes

UserDetail.md

File metadata and controls

21 lines (18 loc) · 837 Bytes

UserDetail

Properties

Name Type Description Notes
id str
username str
gravatar str [optional] [default to '']
role str [optional] [default to 'user']
is_active bool [optional] [default to False]
created_at datetime [optional]
updated_at datetime [optional]
email str
student_id str [optional] [default to '']
real_name str [optional] [default to '']
register_ip str
login_at datetime
login_ip str

[Back to Model list] [Back to API list] [Back to README]