User
The user
object represents the predefined information of a user
Available Fields
Field
Type
Description
id
ID
A base64-encoded version of the databaseId
email
string
User's email
name
string
User's name
phone
string
User's phone number
isActive
boolean
True if the user is active. Otherwise, False.
createdAt
DateTime
Date and time when the user has been created
updatedAt
DateTime
Date and time when the user's information has been updated
This object is used in the following:
Last updated