Name | Type | Description | Notes |
---|---|---|---|
UserId | int | [optional] [readonly] | |
Username | string | User login | [optional] [readonly] |
IsAdmin | bool | True if user is admin, false otherwise | [optional] [readonly] [default to false] |
FirstName | string | First name of the user | [optional] |
LastName | string | Last name of the user | [optional] |
string | Email of the user | [optional] | |
Phone | string | User's phone (may be cellphone or phone) | [optional] |
ProfileImage | string | User's profile image | [optional] [readonly] |
Status | string | User status | [optional] [readonly] |
Created | DateTime | The date and time | [optional] |
Updated | DateTime | The date and time | [optional] |