> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supahub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# User Object

> Track user profiles with unique IDs, names, email, avatar, and more.

Below are the details of the Label object's structure:

<ParamField body="id" type="string">
  Unique identifier for the user.
</ParamField>

<ParamField body="name" type="string | null">
  Name of the label.
</ParamField>

<ParamField body="email" type="string | null">
  Full name of the user.
</ParamField>

<ParamField body="avatar" type="string | null">
  URL to the user's avatar image.
</ParamField>

<ParamField body="aliasName" type="string | null">
  Alternative name for the user.
</ParamField>

<ParamField body="userId" type="string | null">
  Secondary identifier for the user.
</ParamField>

<ParamField body="customFields" type="object">
  Additional user-defined information.
</ParamField>

<ParamField body="isTeamMember" type="boolean">
  Indicates if the user is a team member (admin/csm).
</ParamField>
