A user object
| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | int | The user id | [optional] [readonly] |
| first_name | str | The user firstname | [optional] |
| last_name | str | The user lastname | [optional] |
| username | str | The username | [optional] |
| str | The user's email | [optional] | |
| active | bool, none_type | Whether the user is active | [optional] [readonly] |
| last_login | str, none_type | The last user login | [optional] [readonly] |
| login_count | int, none_type | The login count | [optional] [readonly] |
| failed_login_count | int, none_type | The number of times the login failed | [optional] [readonly] |
| roles | [UserCollectionItemRoles] | User roles | [optional] [readonly] |
| created_on | str, none_type | The date user was created | [optional] [readonly] |
| changed_on | str, none_type | The date user was changed | [optional] [readonly] |