> 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/marketplace-owner/settings/how-to-manage-users-in-seller-center.md).

# How to Manage Users in Seller Center?

## <mark style="color:red;">**Users Overview**</mark>

| Type              | Description                                                                                                                                                                                                        |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Marketplace Owner | Marketplace Owners (MPOs) are administrators for the seller center system. They have authorization to accept, reject or manage actions taken by the Sellers through the Seller Center System                       |
| Seller            | Sellers are the main users for the seller system.Seller Centers main goal is to connect these Sellers with MPOs to manage the marketplace through our system.They can manage their products, orders and packaging. |

### <mark style="color:red;">**Step 1: Sign In**</mark>

1. **Log in** to your **Seller Center** account using your credentials:
   * **Username**: The email used for your account.
   * **Password**: Must be a combination of uppercase letters, lowercase letters, and numbers (at least 8 characters).

### <mark style="color:red;">**Step 2: Access the User Management Page**</mark>

1. From the **Settings** menu, click on **User Management**.
2. You will be redirected to the **Users** page, where you can view and manage user information.

### <mark style="color:red;">**Step 3: View Users**</mark>

1. On the **Users** page, you can:
   * **View** user details like **User No** and **Email**.
   * **Edit** existing users by selecting their details.

### <mark style="color:red;">**Step 4: Add New User**</mark>

1. Click the **+ Add New User** button to add a new user.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfs6E887CRy9m91KL4FfzNwf2B8V63LHyzSGB2wEQtgGl_tbs450iNKnAtnf-aGHjd8IrV4RHtt-VPb7TeE9jMbgDaRkTqF6aKxmBN22ATR7x8GLywNvqoGLvp-tEKWIKJvRORpJg?key=BvCejJDAgwRDHFZahSslGLQE" alt=""><figcaption></figcaption></figure>

2. Fill in the following information for the new user:

* **Email**: The email address of the user. This will be used for communication.
* **First Name**: The user's first name.
* **Last Name**: The user's last name.
* **Status**: Specify if the user is **active** (true) or **inactive** (false).
* **Employee**: Specify if the user is an **employee** (true) or not (false).
* **Marketplace Owner**: Specify if the user is a **Marketplace Owner (MPO)** or a **Seller**.
  * Set to **true** for MPO, **false** for Seller.
* **Seller Name**: If the user is a Seller, enter the name associated with their seller account.

3. After filling in the details, click **Save** to add the new user to the list.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfJ4qC6UAuf4EG2Eno9PxJU7RyyVpUt_QZYZxMtP0us-elDg3TlR0JSrBWocBwcXeMH1oCyf6LsMiI6KLjRv_um2JXOUj79DwQAnSfWCnNOABQ94MC4PnARp-JWsKKir3TnorKfgA?key=BvCejJDAgwRDHFZahSslGLQE" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">**Step 5: Manage Users**</mark>

* MPOs can **edit** or **remove** existing users by selecting their profile.
* Make necessary changes and click **Save** to update.


---

# 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.akinon.com/tutorials/seller-center/marketplace-owner/settings/how-to-manage-users-in-seller-center.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.
