Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.02 KB

ConsoleUser.md

File metadata and controls

19 lines (13 loc) · 1.02 KB

ConsoleUser

Properties

Name Type Description Notes
id string The unique identifier of the user [optional] [default to undefined]
firstName string The first name of the user [optional] [default to undefined]
lastName string The last name of the user [optional] [default to undefined]
email string The email address of the user [optional] [default to undefined]
role UserRole [optional] [default to undefined]
enabled boolean Whether the user is enabled [optional] [default to undefined]
status UserStatus [optional] [default to undefined]
userType UserType [optional] [default to undefined]

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