# Onboarding a User

Users can be added to any Parent or Merchant account. Each user receives a login to the Optty dashboard scoped to that account. The process is identical for both Parent and Merchant accounts.

There are two key settings to configure when creating a user:

* **Is User Admin** — when enabled, this user can add, edit, and deactivate other users within the same account.
* **Send a welcome email** — when checked, the new user automatically receives an email containing their login credentials. When unchecked, you are responsible for sharing the credentials manually.

***

### 1. Navigate to the Account's Management Page

Select **Partners Management** or **Merchants Management** in the left sidebar, depending on which account you want to add a user to.

***

### 2. Open the Manage Users Modal

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

![Manage Users modal with Add User button highlighted](/files/mwX0WBO0CBFV7UyllTyW)

> **What you see:** The **Manage Users** modal opens, listing any existing users on the account.

***

### 3. Click Add User

Click the **Add User** button in the top-right corner of the modal.

***

### 4. Complete the Add User Form

The **Add User** form appears. Fill in all required fields.

![Add User form with Is User Admin toggle and Send welcome email checkbox highlighted](/files/gMHfjCf67hRDxQzo0lwh)

> 📋 **Is User Admin:** A user with admin rights can add, edit, and deactivate other users for this account — including creating further admin users.

> 📧 **Welcome Email:** If **Send a welcome email** is unchecked, you are responsible for sharing the login credentials with the new user securely.

***

### 5. Configure and Submit

Fill in all required fields. Toggle **Is User Admin** on if this user should be able to manage other users on the account. Check or uncheck **Send a welcome email** as appropriate. Click **Add User**.

***

### 6. Confirm the User Was Created

A green **"User Created Successfully"** notification appears at the top right of the screen. The new user now appears in the Manage Users list with **Edit** and **Login As** buttons in their row.

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


---

# 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/onboarding-a-user.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.
