Users
User Object
Track user profiles with unique IDs, names, email, avatar, and more.
Below are the details of the Label object’s structure:
id
string
Unique identifier for the user.
name
string | null
Name of the label.
email
string | null
Full name of the user.
avatar
string | null
URL to the user’s avatar image.
aliasName
string | null
Alternative name for the user.
userId
string | null
Secondary identifier for the user.
customFields
object
Additional user-defined information.
isTeamMember
boolean
Indicates if the user is a team member (admin/csm).