> 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)
* [ロール](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/ja_docs/configuring_nexthink/configuring-your-platform/administration/account-management/roles/README.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)
* [API 資格情報](/platform/ja/user-guide/administration/account-management/api-credentials.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 を使用する際、古い権限は変更後最大5分間有効であり、その後、システムがアカウント情報を Nexthink Web インターフェースと同期します。

***

関連トピック

[シングルサインオン](/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:

```
GET https://docs.nexthink.com/platform/ja/user-guide/administration/account-management.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.
