# User Impersonation (Login As)

The **Login As** feature allows a higher-tier account to impersonate a user on a lower-tier account, giving full access to that account's dashboard. A Grandparent can log in as a Parent user; a Parent can log in as a Merchant user. Use this feature for troubleshooting, configuration, and account management on behalf of partners or merchants.

> ⚠️ **Active impersonation:** While logged in as another user, all actions you take are performed as that user. Be careful when making changes.

> 🔒 **Access scope:** A Grandparent can impersonate Parent users. A Parent can impersonate Merchant users. You cannot impersonate a user at your own tier or higher.

***

### 1. Open the Management Page

Navigate to **Partners Management** in the left sidebar to impersonate a Partner user, or **Merchants Management** to impersonate a Merchant user.

![Merchants Management highlighted in the left sidebar](/files/g18kJKfbh9LqVjLdvyOU)

***

### 2. Open the Manage Users Modal

Locate the Partner or Merchant row and click **Manage Users** in the Actions column.

![Merchant row with Manage Users button highlighted in the Actions column](/files/BDCYHMZUqTTzYFbIlHlz)

***

### 3. Click Login As

The **Manage Users** modal opens, showing the list of users for that account. In the **Actions** column, click **Login As** next to the user you want to impersonate.

![User list with Login As button highlighted](/files/1dRE24gNfek2L94w0Kdo)

***

### 4. Confirm the Impersonation

A confirmation dialog appears: **"Impersonating \[User Name]"**. Review the message confirming which user profile and dashboard you will be redirected to. Click **Yes** to proceed.

![Impersonation confirmation dialog with Yes button highlighted](/files/bok01xGgfhsaKBEllImX)

***

### 5. Access the Impersonated Dashboard

The system switches you to the impersonated user's dashboard. The header updates to display **Partner Name: \[Partner Name]** (or **Merchant Name** for Merchant accounts). A persistent yellow banner appears at the bottom of the screen:

> **"Your original account is \[Your Name] — Exit this view"**

This banner remains visible for the duration of your session.

<figure><img src="/files/PyA2nrOUQntcOIqmTxAF" alt=""><figcaption></figcaption></figure>

***

## Exiting Impersonation

To return to your original account at any time, click **Exit this view** in the yellow banner at the bottom of the screen.


---

# 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://docs.optty.com/partner-onboarding-docs/onboarding-via-portal/user-impersonation-login-as.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.
