User Object
Field Guide
The user resource has the following attributes:
The current user’s id, createdAt, createdBy, and modifiedAt is assigned by the InspectAll API at the moment of creation. The lastMobileSyncAt is assigned by the InspectAll API at the user’s last sync on a mobile device. The lastWebSyncAt is assigned by the InspectAll API at the user’s last http request on the web application.
Attribute | Description |
---|---|
id | unique identifier of user |
firstName | first name of user |
lastName | last name of user |
userName | email used for login and authentication |
createdAt | date and time the user was created |
createdBy | id of user that created the user |
modifiedAt | date and time the user was last updated |
rowStatus | status of user (active, inactive, etc) |
timeZoneId | id of user’s captured timezone |
lastMobileSyncAt | date and time of last mobile sync |
lastWebSyncAt | date and time of last web sync |
teamsCount | number of teams the user is assigned to |
roleIds[] | list of ids of roles the user is assigned |