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] |
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]