> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-us/payware-connect/user-management/reseller-portal/editing-a-user.md).

# Editing a User

Edit an existing employee user ID in the Reseller Portal.

{% hint style="info" %}
**Use this when** you need to update an existing employee user ID for your company.
{% endhint %}

{% hint style="danger" %}
**Do NOT use this page when** you need to edit an agent or merchant administrator — edit those administrators within their own accounts instead.
{% endhint %}

This page covers how to update an employee user ID for your company in the Reseller Portal.

## Edit a user

{% stepper %}
{% step %}

### Open My Users

Go to **Account Admin** → **User Manager** → **My Users**.
{% endstep %}

{% step %}

### Select the user

Find the user in **User Search/Maintenance**. Users are sorted alphabetically by User ID; select a column header to sort by that field. Select the user's row, then click **Details**.
{% endstep %}

{% step %}

### Update the required fields

Update the fields in **Edit User**:

* **Full Name** — Enter the employee's first and last name. This field ignores case.
* **Role** — Select the user's access level. Only **Administrator** is available until you create more roles. You can assign another role later.
* **Agent Console Access Role** — Select the user's agent console access.
* **Merchant Console Access Role** — Select the user's merchant console access.

**User ID** and **User Type** are permanent and cannot be changed. The account ID appears below **User Type**.
{% endstep %}

{% step %}

### Save the changes

Click **Update**. The system saves your changes and returns to **User Manager**.
{% endstep %}
{% endstepper %}

<details>

<summary>Keywords</summary>

Also called: update user, change user details, modify user. Search terms: edit user, user manager, account admin, My Users.

</details>


---

# 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.verifone.com/support-us/payware-connect/user-management/reseller-portal/editing-a-user.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.
