> For the complete documentation index, see [llms.txt](https://docs.aohwv.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aohwv.dev/feature-reference/target-systems/helpdesk.md).

# Helpdesk

The Helpdesk tab lets you look up any user in your connected Entra target by User Principal Name (UPN) or Object ID, giving support teams a fast way to locate user records without leaving AOH Sync.

![Helpdesk tab of the Identity Management screen for AOH Test AD, showing a User Object ID or UPN input field and a Look up user button](/files/0cMe9axxL6ecKgXNTg8n)

*Enter a UPN (e.g. <user@contoso.com>) or Object ID and click Look up user to retrieve that user's Entra record.*

## What you can do here

| Action                   | What it does                                                           |
| ------------------------ | ---------------------------------------------------------------------- |
| Enter a UPN or Object ID | Identifies the user you want to look up in the connected Entra tenant. |
| Click **Look up user**   | Retrieves and displays the user's record from the Entra tenant.        |

## How to use it

{% stepper %}
{% step %}
**Open the Helpdesk tab** Navigate to **Target Systems**, expand your Entra target, and click the target name. Select the **Helpdesk** tab.
{% endstep %}

{% step %}
**Enter the user's identifier** Type the user's UPN (for example, `user@contoso.com`) or their Entra Object ID into the input field.
{% endstep %}

{% step %}
**Look up the user** Click **Look up user** to retrieve the user's record from the connected Entra tenant.
{% endstep %}
{% endstepper %}

## Related

* [Target Systems](/feature-reference/target-systems.md)
* [Directory](/feature-reference/target-systems/directory.md)
* [Identities](/feature-reference/browsing-identities/identities.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aohwv.dev/feature-reference/target-systems/helpdesk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
