Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.99 KB

CollectionUser.md

File metadata and controls

16 lines (13 loc) · 4.99 KB

CollectionUser

Fields

Field Type Required Description Example
id JsonNullable<String> A unique identifier for an object. 12345
name JsonNullable<String> Full name of the user Elon Musk
firstName JsonNullable<String> First name of the user Elon
lastName JsonNullable<String> Last name of the user Musk
email JsonNullable<String> Email address of the user elon@musk.com
photoUrl JsonNullable<String> The URL of the photo of a person. https://unavatar.io/elon-musk
customMappings JsonNullable<CustomMappings> When custom mappings are configured on the resource, the result is included here.
updatedAt OffsetDateTime The date and time when the object was last updated. 2020-09-30T07:43:32.000Z
createdAt OffsetDateTime The date and time when the object was created. 2020-09-30T07:43:32.000Z