Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 846 Bytes

File metadata and controls

24 lines (16 loc) · 846 Bytes

User

object for a registered user

Properties

Name Type Description Notes
id String The user's ID
displayName String display name of the user
imageId String The image's ID [optional]
email String user email
isValidEmail Boolean if a user has validated their email [optional]
role UserRole
username String user email
timezone String user timezone
createdAt OffsetDateTime Datetime the user was created in UTC
updatedAt OffsetDateTime Datetime the user was updated in UTC [optional]
deletedAt OffsetDateTime Datetime the user was deleted in UTC [optional]