> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/discord/steps/get-user.md).

# Get User

**Introduction**

The "Get User" step is used to retrieve user based on a provided user ID.

**Configuration**

* **User ID**: The unique identifier of the user you want to retrieve. This parameter is required and must be a valid user ID.

**Outputs**

* **User**: The user corresponding to the provided User ID. This output may be `null` if the user could not be found or if an invalid ID was provided.
