User

The userobject represents the predefined information of a user

Available Fields

Field

Type

Description

id

ID

A base64-encoded version of the databaseId

databaseId

string

User's id which must be used as sg-user value in the HTTP header

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