---
title: Display Username node
description: "Look up and display a user's username based on a different identifying attribute, such as an email address, to support username recovery flows."
component: platform
version: 7.5
page_id: platform:auth-node-ref:display-username
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/display-username.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-display-username.adoc"]
section_ids:
  availability: Availability
  properties: Properties
---

# Display Username node

Fetches a username based on a different identifying attribute, such as an email address, then displays it.

To email the username to the user instead, use the [Identify Existing User node](identify-existing-user.html) combined with a [Email Suspend node](email-suspend.html) or [Email Template node](email-template.html).

## Availability

| Product                                                                                                                                 | Available? |
| --------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud                                                                                                         | Yes        |
| PingAM (self-managed)&#xA;&#xA;This functionality requires that you configure AM as part of a sample Ping Identity Platform deployment. | Yes        |
| Ping Identity Platform (self-managed)                                                                                                   | Yes        |

## Properties

| Property           | Usage                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| User Name          | The attribute used to identify the username in an IDM object.                                                                                                                                                                                                                                                                                                                         |
| Identity Attribute | The attribute used to identify the managed object in IDM.When this node serves to recover a username, the identity attribute should be some other attribute that is unique to a user object, such as the email address.The node raises an exception when more than one value exists for this attribute. Make sure the value of whatever attribute you select is unique for each user. |
