# Magento 1 - Add User

To sync inventory from Magento 1 to Magento 2, you must create a user and role from the Magento 1 admin panel.

Log in to your Magento 1 Admin Dashboard. Navigate to **System > Web Services > SOAP/XML-RPC – Users**

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

Now click on **Add New User** button

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

Now add the information as shown below

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

* **User Name –** Add the user name in this field.
* **First Name –** Enter the first name of the user.
* **Last Name –** Enter the last name of the user.
* **Email –** Enter the email ID of the user.
* **Current Admin Password –** Enter the password of the current admin.
* **API Key –** Enter an API Key.
* **API Key Confirmation –** Re-enter the API Key for confirmation.
* **This account is –** Set the account status.

After completing, click on **Save User**.


---

# 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.magecomp.com/magento-2-inventory-sync-soap-api/magento-1-add-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.
