data-models
Overview of user data object
The following displays properties of the user object to use for filtering, sorting, and projection.
User object
Property | Type | Description |
id | string | user ID. |
createdOn | string | Date of registration or invitation. ISO8601 format date string, for example: "2020-01-01T15:30:00.000Z". |
modifiedOn | string | Date of update. ISO8601 format date string, for example: "2020-01-01T15:30:00.000Z". |
string | User email. |
Last updated