# Request User Information

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](/old-kb/where-to-buy/become-a-sponsor.md) ... become a sponsor today!
{% endhint %}

## Introduction

Requests the persona name and optionally the avatar of a specified user.

{% hint style="info" %}
It's slower to download avatars and churns the local cache, so if you don't need avatars, don't request them.
{% endhint %}

### User Id

The user to request the information for.

### Name Only

Retrieve the Persona name only (**true**)? Or both the name and the avatar (**false**)?

### Return Value

Triggers a [Persona State Change](/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/events/persona-state-change.md) callback.

**true** means that the data has been requested and a [Persona State Change](/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/events/persona-state-change.md) callback will be posted when it's retrieved.&#x20;

**false** means that we already have all the details about that user and functions that require this information can be used immediately.

## Nodes

<figure><img src="/files/6rv54lQSuNxHGJPPL9sF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/request-user-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
