> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/seller-center/seller/settings/how-to-manage-users-in-seller-center.md).

# How to Manage Users in Seller Center?

This tutorial explains how to access and manage user accounts in Seller Center. Only **Admin-level Seller users** can fully manage user settings.

#### **Overview of Data Source Permission Levels**

| **Permission Level** | **Access Details**                                                                              |
| -------------------- | ----------------------------------------------------------------------------------------------- |
| **Admin**            | Can view and edit all users and system settings. Full access to all seller-related information. |
| **Manager**          | Cannot view system/user settings but can edit and change other information.                     |
| **Employee**         | Same as Manager—cannot view system/user settings but can edit and change other information.     |

## <mark style="color:red;">Step 1: Access Your Seller Account</mark>

* Click on the **invitation link** received from your MPO.
* Sign in to Seller Center using your credentials.

## <mark style="color:red;">**Step 2: Login Credentials Explained**</mark>

To log in to your Seller Center account, you'll need the following credentials:

* **Username**: This is the email address you used during the registration or invitation process.
* **Password**: Your password should be a secure combination of:
  * Uppercase letters
  * Lowercase letters
  * Numbers
  * Minimum length of 8 characters

## <mark style="color:red;">**Step 3: Navigate and Review Users Page**</mark>

* Click on the **Settings** menu.
* Select **Users** from the dropdown.

Here, you'll find a list of all users associated with your Seller account. On the **Users** page, you can view:

* Email
* First Name
* Last Name
* Status
* Last Login Date

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc0R-9ea__vYYejsnjjdBfRoZPHRmX6Gi6pQkhAzCYoMgGyTvGByjSEJo2_L20eeUrmvx4aAjcX3-U7_UHnG2kKdl7ewjRY3xg0EZ9Zf9VRvE-b9_jYyvAM8uUSMr0LxyvafMFyFQ?key=BvCejJDAgwRDHFZahSslGLQE" alt=""><figcaption></figcaption></figure>

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

## <mark style="color:red;">**Step 4: Edit User Status or Permissions**</mark>

1. Click on a user from the list.
2. You can:
   * **Change their status** (active/inactive).
   * **Update their Data Source Permission Level** (Admin, Manager, Employee).

{% hint style="warning" %}
Only **Admin users** can perform this action.
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdpyqchfWICGrl-LOFAf0m__E85K5I69PRjVOZtaijaC06m-YykiLs58AkHEeEE9cnfx3hXLqmji_DDjNUurZtfdxVGGAjR_vtvppFfXmjhrk2cAIXEuA_hra3504Wo0-jZ-20t-g?key=BvCejJDAgwRDHFZahSslGLQE" alt="" width="375"><figcaption></figcaption></figure>

## <mark style="color:red;">**Step 5: Add a New User (Admin Only)**</mark>

To add a new user, go to the **Add User** tab. This option is only available to users with **Admin-level permissions**. You'll need to provide the user's **email address**, which will also be used for communication and login purposes. Then, enter the user's **first name** and **last name**. Lastly, select the appropriate **Data Source Permission Level** — you can choose between **Admin**, **Manager**, or **Employee**, depending on the level of access the user should have. Once all the information is filled in, click **Save** to create the new user profile.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXet2Q9JNPPz-yNdnyq2_81rQmNeR-_v-V2BOMtJQKJrslPT6I3Ki1S4CDO3Pyb7f8NTrWj25pYN4eXOePV5PFuYOaR-dxYKvQwEG3bIASAt2Y4X7EcNQdFTU1pwfb3v5NfZWRrG?key=BvCejJDAgwRDHFZahSslGLQE" alt="" width="375"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.akinon.com/tutorials/seller-center/seller/settings/how-to-manage-users-in-seller-center.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.
