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:

`active` : The account is currently active and the user can perform actions based on their role.

`inactive` : The user has registered a new organization but has not completed email verification.

`pending` : The user has been invited to this organization but has not yet accepted the invitation.

`disabled` : The account has been deactivated by the organization and cannot be used.

`reject` : The user has either accepted an invitation from another organization or created a new organization, causing all other pending invitations to be automatically rejected.
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.