> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/administration/account-management.md).

# アクセス管理

## 概要 <a href="#accountmanagement-overview" id="accountmanagement-overview"></a>

Nexthinkインスタンスの導入後、システムに存在する唯一のユーザーは、システム内で\_admin\_と呼ばれるメイン管理者です。メイン管理者は、Nexthink Webインターフェイスで利用可能なすべてのデータに無制限にアクセスできます。さらに、メイン管理者は、ダッシュボード、調査、カテゴリ、アラート、ユーザーアカウントなど、システム内のあらゆる種類のコンテンツを作成および変更できます。

メイン管理者は、他のユーザー用のアカウントを作成し、データの表示を制限して、コンテンツを変更する権限を制限できます。以下のセクションでは、システムにユーザーを追加し、データアクセスを制御する方法について説明します。

* [アカウント](/platform/ja/user-guide/administration/account-management/accounts.md)
* [API認証情報](/platform/ja/user-guide/administration/account-management/api-credentials.md)
* [ロール](/platform/ja/user-guide/administration/account-management/roles.md)
* [シングルサインオン](/platform/ja/user-guide/administration/account-management/single-sign-on.md)
* [プロファイル（クラシック）](/platform/ja/user-guide/administration/account-management/profiles-classic.md)
* [ロール（クラシック）](/platform/ja/user-guide/administration/account-management/roles-classic.md)
* [ユーザー（クラシック）](/platform/ja/user-guide/administration/account-management/users-classic.md)

## 前提条件 <a href="#accountmanagement-prerequisites" id="accountmanagement-prerequisites"></a>

新しいプロファイルとユーザーを定義する前に、必要な製品に適したライセンスがあることを確認してください。そうでない場合、一部の設定ページは表示されません。 [Nexthink サポート](https://support.nexthink.com/)に問い合わせて、詳細情報を入手してください。

## アカウント更新に関する考慮事項 <a href="#accountmanagement-accountupdateconsiderations" id="accountmanagement-accountupdateconsiderations"></a>

* アカウントおよびその権限に対する変更は、ログインしているユーザーにすぐには反映されない場合があります。
* FinderまたはNexthink Webインターフェイスにログインしている場合、古い権限はセッション中維持されます。
* NXQL APIを使用している場合、システムがアカウント情報をNexthink Webインターフェイスと同期するまで、変更後最大5分間は古い権限が適用されます。

***

関連トピック

[シングルサインオン](/platform/ja/user-guide/administration/account-management/single-sign-on.md)


---

# 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.nexthink.com/platform/ja/user-guide/administration/account-management.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.
