> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alli-llm-app-market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alli-llm-app-market/manual/member_user-list.md).

# メンバー(ユーザー)

メンバー(ユーザー）は会話参加者や登録済みメンバーに関連する変数の内容等を一覧管理できるメニューです。

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

1. **ヘルプ** ：ユーザーガイドへのリンクです。
2. **ダウンロード** ：メンバー(ユーザー)リストをダウンロードします。（フィルターが適用されます）
3. メンバー(ユーザー)**名 ：**&#x30E1;ンバー(ユーザー)名が表示されます。
4. **利用履歴 ：**&#x8A72;当メンバー(ユーザー)の会話履歴が表示されます。
5. **削除：**&#x30E1;ンバー(ユーザー)を削除します。
6. **検索／並べ替え／フィルター ：**&#x30E1;ンバー(ユーザー)検索、ドロップダウンリストを使用してメンバー(ユーザー)リストを並べ替え／フィルター処理ができます。
7. **性と名：**&#x30E1;ンバー(ユーザー)の性と名を表示します。
8. **メールアドレスとユーザーID ：**&#x30E1;ンバー(ユーザー)のメールアドレスとユーザーIDを表示します。
9. **メンバーのアサイン ：**&#x5272;り当てられているデフォルトのメンバー。権限が 「管理者」のメンバーのみ、担当者を変更できます。
10. **変数** **：**&#x30E6;ーザー(メンバー)に関する情報を格納する変数です。メンバー(カスタム)変数とAlli Works(SDK)変数で構成されます。@CUSTOMER\_ID、@EMAIL、@FIRST\_NAME、@LAST\_NAMEなどが初期変数として設定されています。さらに変数を追加したい場合、「プロジェクト設定＞変数 」より設定してください。

## ソート・フィルタリング <a href="#sort-and-filter" id="sort-and-filter"></a>

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

フィルタアイコンをクリックすると、\[フィルタリング・ソート]ポップアップが表示されます。

* **ステータスでフィルタリング** **：**&#x30C6;ストメンバーまたは非テストメンバーをフィルタリングできます。 テストユーザーとは、キャンペーン（スキル）プレビューで使用するように割り当てられているメンバー(ユーザー)です。\ <mark style="color:$danger;">**※キャンペーン(スキル)機能が使用できるご契約環境のみ利用可能なユーザーとなります。**</mark>
* **担当者によるフィルタリング ：**&#x5272;り当てられたメンバーによるフィルタリングです。 複数のメンバーを選択できます。
* **変数でフィルタリング ：**&#x30E1;ンバー(ユーザー)の変数値でフィルタリングします。 たとえば、条件を「@EMAIL is blank」に設定した場合、電子メールアドレスの記載がないメンバー(ユーザー)のみを対象とします。 「＋条件を追加」ボタンをクリックし、条件の追加ができます。 複数の条件がANDロジックで機能します（すべての条件を満たす顧客のみが表示されます）。
* **並べ替え順序 ：**&#x30E1;ンバー(ユーザー)リストの表示順を変更できます。


---

# 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.allganize.ai/alli-llm-app-market/manual/member_user-list.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.
