OptionalaliasShort handle or alias for the user. null if not set.
OptionalappID of the app this user (and their access token) is scoped to (dap_...). null if the user is not scoped to an app.
Optionalapp_Display name of the user's app. null when the app association was not preloaded by the caller.
Optionalcreated_Agent user that created this account (usr_...). null unless an agent created it.
Optionalcreated_Developer account that created this user (dva_...). null unless created via a developer token.
Optionalcreated_Org of the principal that created this user (org_...). null on legacy rows.
Optionalcreated_Team that created this user (tem_...). null unless created as a team.
Optionalcreated_User who created this account (usr_...). null on self-signup or legacy rows.
OptionalemailEmail address of the user.
User ID (usr_...).
Optionalis_true if this account is an internal system user rather than a human. System users are created automatically by the platform.
OptionalmetadataArbitrary key-value metadata attached to the user. Defaults to an empty object.
OptionalnameFull display name of the user. null if the user has not set a name.
OptionalorgID of the organization this user belongs to (org_...). null if the user is not a member of any organization.
Optionalorg_Display name of the user's organization. null when the user is not in an org, or when the org association was not preloaded by the caller.
Optionalorg_Role of the user within their organization. One of "admin", "member", or "viewer". null when the user is not a member of any organization.
Optionalorg_Stable workspace slug for the user's organization. null when the user is not in an org, or when the org association was not preloaded by the caller.
OptionalsandboxID of the sandbox environment this user is scoped to (sbx_...). null for production users.
Optionalsandbox_Display name of the user's sandbox environment. null for production users, or when the sandbox association was not preloaded by the caller.
A platform user account. Represents a human or system actor that can own threads, belong to an organization, and interact with the API.