# ユーザーアカウントを管理する

{% hint style="info" %}
ユーザーアカウントの追加、登録、削除は、アカウント一覧ページから行います。なお、ユーザーアカウントの管理は [Admin ロールを持つユーザー](/administrator-guide/manage-permissions/role-permissions.md) のみ実行できます。
{% endhint %}

### ユーザーアカウントを追加する

新しいユーザーアカウントを追加するには、アカウント一覧ページ右上の `アカウントを追加` ボタンを選択してください。

<figure><img src="/files/e5T6yu4c2ltWIvq7QM0w" alt="" width="563"><figcaption></figcaption></figure>

アカウントを招待する画面で、招待するユーザーのメールアドレスとロールを設定します。指定したメールアドレス宛に、アカウント作成用のリンクを含むメールが送信されます。

アカウントロールの詳細は、 [ロール権限](/administrator-guide/manage-permissions/role-permissions.md) を参照してください。

<figure><img src="/files/Sj2w6zFm3Z5FNwlOp6zg" alt="" width="375"><figcaption></figcaption></figure>

※ 組織外のドメインのメールアドレスを指定した際は、警告文が表示されます。組織ドメインは、初期アカウントを発行する際に Citadel AI が設定いたします。

<figure><img src="/files/L0C3yq6FFXAqG0IKa5Ia" alt="" width="375"><figcaption></figcaption></figure>

#### 招待メールからアカウントを作成する

招待されたユーザーには、以下の内容を含む招待メールが送信されます。

* 件名：Citadel Radar への招待
* 送信元：`noreply[at]citadel-ai.com`

メール内の `アカウントを作成` を選択すると、アカウント作成ページに遷移します。

<figure><img src="/files/JYvTSPL7qIJDP39VLQGr" alt="" width="563"><figcaption></figcaption></figure>

**a. パスワード認証ユーザーを作成する場合**

氏名、パスワード、確認用パスワードを入力し、設定を完了してください。

**b. SSO 認証ユーザーを作成する場合**

SSO 認証でアカウントを作成する場合は、画面下部から連携先の IdP を選択してください。IdP のページに遷移したら、画面の案内に従って登録を完了してください。

{% hint style="warning" %}
SSO による認証をご希望される場合、 <support@citadel-ai.com> までご連絡ください。
{% endhint %}

<figure><img src="/files/1WUBFgIPmw1d8lKQtNsR" alt="" width="375"><figcaption></figcaption></figure>

### ユーザーアカウントを削除する

ユーザーアカウントを削除するには、アカウント一覧ページで削除対象ユーザーの行にある削除アイコンを選択してください。

確認ダイアログが表示されたら、削除対象のメールアドレスを確認します。問題がなければ、確認のため DELETE と入力し、削除を選択してください。

削除したアカウントは完全に削除されます。この操作は取り消せません。

<figure><img src="/files/1sAbm5KJHvwCMGoBnt2U" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/uaRCLXcoAb1zq21WhiqN" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.radar.citadel-ai.com/administrator-guide/manage-accounts.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.
