> 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/user-guide/administration/account-management.md).

# Account management

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

After the deployment of the Nexthink instance, the only user that exists in the system is the main administrator, referred to as *admin* in the system. The main administrator has unrestricted access to all data available in the Nexthink web interface. Moreover, the main administrator is able to create and modify all types of content in the system, including dashboards, investigations, categories, alerts, and user accounts.

The main administrator can create accounts for other users, restrict their views of the data and limit their ability to alter the content. The following sections describe how to add users to the system and control their data access.

* [Accounts](/platform/user-guide/administration/account-management/accounts.md)
* [Roles](/platform/user-guide/administration/account-management/roles.md)
* [Single sign-on](/platform/user-guide/administration/account-management/single-sign-on.md)
* [Profiles (classic)](/platform/user-guide/administration/account-management/profiles-classic.md)
* [Roles (classic)](/platform/user-guide/administration/account-management/roles-classic.md)
* [Users (classic)](/platform/user-guide/administration/account-management/users-classic.md)
* [API credentials](/platform/user-guide/administration/account-management/api-credentials.md)

## Prerequisites <a href="#accountmanagement-prerequisites" id="accountmanagement-prerequisites"></a>

Before defining new profiles and users, ensure that you have the right licenses for the products you need. Otherwise, some configuration pages will not be displayed. Contact [Nexthink Support](https://support.nexthink.com/) for more information.

## Account update considerations <a href="#accountmanagement-accountupdateconsiderations" id="accountmanagement-accountupdateconsiderations"></a>

* Changes to accounts and their permissions may not take immediate effect for logged-in users.
* If you are logged in to Finder or the Nexthink web interface, old permissions are kept for the lifetime of the session.
* When using NXQL API, the old permissions are enforced for up to five minutes after the change until the system synchronizes account information with the Nexthink web interface.

***

RELATED TOPICS

[Single sign-on](/platform/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/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.
