# 使用者

## 主帳號使用者 <a href="#shop-manager" id="shop-manager"></a>

每個商城僅有一個主帳號之商城管理員，您擁有最主要權限，其他均為子帳號權限。

### 帳號角色 <a href="#roles" id="roles"></a>

<table><thead><tr><th width="166">角色</th><th width="456.3333333333333">說明</th><th>權責身分</th></tr></thead><tbody><tr><td><strong>商城管理員</strong></td><td>預設主帳號、商城擁有者，擁有最主要權限。<br><br>可新增商城成員角色使用者、變更密碼、啟用/停用帳號。</td><td>主要管理者</td></tr><tr><td><strong>商城成員</strong></td><td>子帳號角色，只有 「 商城管理員 」 可建立。<br><br>依角色不同可使用完整或部分功能，只可管理個人資料。</td><td>團隊成員</td></tr></tbody></table>

基本上，子帳號角色同樣可以對商城、訂單、LinkCard 進行管理，但只有 「 商城管理員 」 可以進行 「 使用者 」 管理，並對商城內的任一使用者帳號，檢視或編輯帳號詳細內容，包含了使用者名稱、角色、電子郵件、帳號狀態，亦可以執行 「 密碼變更 」 需求。

<figure><img src="/files/eS0s15liMYuNMpua0BQ8" alt=""><figcaption><p>使用者管理_概述</p></figcaption></figure>

### 角色權限 <a href="#permissions" id="permissions"></a>

<table><thead><tr><th width="166">角色</th><th align="center">商城管理</th><th align="center">訂單管理</th><th align="center">LinkCard</th><th align="center">使用者管理</th><th align="center">個人資料</th></tr></thead><tbody><tr><td><strong>商城管理員</strong></td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>商城成員</strong></td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center"></td><td align="center">✅</td></tr></tbody></table>

{% hint style="info" %}
當帳號[忘記密碼](/product-tour/user/users/forgot-password.md)時，請透過「商城管理員」為子帳號進行變更即可。
{% endhint %}


---

# 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://help.livebuy.tv/product-tour/user/users.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.
