Skip to main content
_id
string

An unique identifier for the user record, often used for database or system reference.

name
string

Indicates name of user.

email
string

Indicates email of user.

language
string

Indicates the user preferred language. Available values are: en : English (USA) id : Indonesia (IDN) jp : 日本語 (JPN) zh : 中文 (简体) (CHN) vi : Tiếng Việt (VNM) tl : Filipino (PHL) th : ไทย (THA)

firstLogin
boolean

Indicates whether the user has logged in for the first time.

lastLogin
string

Indicates the user most recent login timestamp.

passwordExpired
boolean

Indicates the user password expired and need to change or not.

status
string

Indicates the current status of the user account within an organization. Accepted values are:

lockExpiry
string<date-time>

The Timestamp indicating when the user account is locked due to multiple incorrect login attempts. It specifies the date and time when the user can attempt to log in again.

teamId
object[]

Identifier the user is a part of what team.

roleId
string

Unique identifier for the user's role within the system or application

role
object[]

This is the root object, containing all the information about the role.

hubId
object[]

Identifier for the hub that owns or manages the user.

organizationId
string

Identifier for the organization or company that owns or manages the user.

organization
object[]

Organization Entity Information: Encompasses the organization's name, email, and ID. This information is present in the task data upon task creation and processing.

updatedTime
string<date-time>

The Timestamp represents the last time the user data was updated. It includes date and time information.

createdTime
string<date-time>

The Timestamp represents the date and time when this user data was initially created.