Skip to content

User details

The details panel is the right side of the inbox. It shows information about the user in the selected conversation, organized into collapsible sections.

The user section displays core profile fields:

FieldDescription
VerificationIdentity verification status — see below
TypeAnonymous or Identified (based on whether an external ID was provided)
NameUser’s display name
EmailUser’s email address
LocationCity and country derived from the user’s session
User IDThe external ID passed via promptify.setUser()
First seenWhen the user was first created
Last seenWhen the user’s most recent session was accessed

Any custom attributes passed through the SDK also appear in this section. Attribute names are automatically formatted from snake_case or camelCase to readable labels. Values ending in _at or At are parsed and displayed as dates.

For identified users, a shield icon indicates the verification state. Clicking the icon navigates to the security settings.

IconColorMeaning
Shield with checkGreenJWT verification passed and is enforced
Shield with alertAmberJWT verification passed but is not enforced
Shield with alertRedJWT verification failed or identity was unsigned

Verification is only shown for identified users (those with an external ID). Learn more in User Identification and Security.

If the user belongs to one or more organizations, this section lists each organization with:

  • Organization name
  • Organization external ID
  • Any custom organization attributes

Shows up to 3 of the user’s most recent conversations (excluding the current one). Each entry displays a message preview and creation date, and links directly to that conversation in the inbox.