Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

User.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

org.egoi.client.api.Model.User

Properties

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

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