Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 646 Bytes

File metadata and controls

15 lines (12 loc) · 646 Bytes

# TenantUserDto

Properties

Name Type Description Notes
id int User identifier. [optional]
login string User login. [optional]
email string User email address. [optional]
first_name string User first name. [optional]
last_name string User last name. [optional]
is_active bool User status. [optional]
role_names string[] User roles. [optional]

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