Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 672 Bytes

File metadata and controls

17 lines (12 loc) · 672 Bytes

UserCreateModel

Properties

Name Type Description Notes
user_name String Username
password String Password
email String Email
real_name Option<String> Real name [optional]
std_number Option<String> Student number [optional]
phone Option<String> Contact phone number [optional]
team_name Option<String> Team the user joins [optional]

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