id | String | The Company's unique ID |
company_id | String | A unique identifier for the Company the User is an employee of. |
email_address | String | The user’s email address. Note: they must be able to receive emails unless a password is provided |
status | String | Indicates the status of the User. It will be active or deleted |
first_name | String | The user’s first name |
last_name | String | The user's last name |
profile_image | Array[ImageURI] | A list of images for the different variants of the User’s image. Will have entries for original , web , and thumbnail . |
phone_number | String | The user's phone number |
created_at | Integer | Timestamp when the user was created |
updated_at | Integer | Timestamp when the user was last updated |
user_url | String | The link to the user in the webapp. |