Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 978 Bytes

File metadata and controls

30 lines (18 loc) · 978 Bytes

egoisdk.User

Properties

Name Type Description Notes
userId Number [optional] [readonly]
username String User login [optional] [readonly]
isAdmin Boolean 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 Date The date and time [optional]
updated Date The date and time [optional]

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")