Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 740 Bytes

File metadata and controls

15 lines (12 loc) · 740 Bytes

# CreateTenantUserDto

Properties

Name Type Description Notes
login string User login (up to 256 symbols).
first_name string User first name (up to 64 symbols).
last_name string User last name (up to 64 symbols).
email string User email address (up to 256 symbols).
is_active bool User status. [optional]
role_names string[] User roles (e.g. 'Admin', 'User'). [optional]
password string User password (up to 32 symbols).

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