Users

The user object contains information such as their userLastName, userFirstName, etc.

{
  id: "00000000-0000-0000-0000-000000000000",
  remoteId: "0000000000000000000",
  userLastName: "Mojica",
  isActive: true,
  userEmail: "[email protected]",
  userFirstName: "Gregg",
  remoteCreatedAt: "2023-11-19T17:00:17.000Z",
  remoteUpdatedAt: "2023-11-19T17:00:17.000Z",
  remoteDeleted: false,
  createdAt: "2024-02-22T11:17:53.264Z",
  updatedAt: "2024-02-22T13:54:03.445Z"
}

Properties


idString

A string representing the unique identifier of the user item.


remoteIdString

The ID of the object in the third-party application.


userFirstNameString

The first name of the user.


userLastNameString

The last name or surname of the user.


userEmailString

The email address associated with the user's account.


isActiveBoolean

A boolean flag indicating whether the user's account is active.


remoteCreatedAtDateTime

The exact date and time when the record was first added or created in the third-party application.


remoteUpdatedAtDateTime

The latest date and time when any modifications or updates were made to the record's details in the third-party application.


remoteDeletedBoolean

Flag to indicate that the record has been deleted in the third-party application.


createdAtDateTime

Date and time the record has been synced into the data cache.


updatedAtDateTime

Date and time the record has been updated in the data cache.