The User Object

AttributeTypeDescription
idStringThe Company's unique ID
company_idStringA unique identifier for the Company the User is an employee of.
email_addressStringThe user’s email address. Note: they must be able to receive emails unless a password is provided
statusStringIndicates the status of the User. It will be active or deleted
first_nameStringThe user’s first name
last_nameStringThe user's last name
profile_imageArray[ImageURI]A list of images for the different variants of the User’s image. Will have entries for original, web, and thumbnail.
phone_numberStringThe user's phone number
created_atIntegerTimestamp when the user was created
updated_atIntegerTimestamp when the user was last updated
user_urlStringThe link to the user in the webapp.