python-gitea/docs/CreateUserOption.md
2025-10-21 21:45:29 +02:00

926 B

CreateUserOption

Properties

Name Type Description Notes
created_at datetime For explicitly setting the user creation timestamp. Useful when users are migrated from other systems. When omitted, the user's creation timestamp will be set to "now". [optional]
email str
full_name str [optional]
login_name str [optional]
must_change_password bool [optional]
password str [optional]
restricted bool [optional]
send_notify bool [optional]
source_id int [optional]
username str
visibility str [optional]

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