> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/user-management/viewing-users.md).

# Viewing user accounts

To retrieve and view the user accounts existing in your SonarQube:

1. In the top navigation bar, go to **Administration > Security > Users**. The **Users** page opens.
2. Use the filter bar to filter the list of users.

![](/files/v6fp5eiqKVsYwWablLMN)

{% hint style="info" %}
If the automatic provisioning mode is used in your system, the users are organized in two different tabs on the **Users** page:

* The **From \<identityProvider>** tab (where \<identityProvider> is the provider with which auto-provisioning is configured in SonarQube, e.g., GitHub or GitLab) contains the auto-provisioned user accounts.
* The **Local** tab contains all other users (called local users in SonarQube). For more information, see **Local user concept** in [Overview](/sonarqube-server/10.7/instance-administration/authentication/overview.md).
  {% endhint %}

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Managing groups](/sonarqube-server/10.7/instance-administration/user-management/user-groups.md)
* [Managing permissions](/sonarqube-server/10.7/instance-administration/user-management/user-permissions.md)
* [Administering tokens](/sonarqube-server/10.7/instance-administration/user-management/administering-tokens.md)
* [Associating with SCM account](/sonarqube-server/10.7/instance-administration/user-management/updating-scm-details.md)
* [Creating users manually](/sonarqube-server/10.7/instance-administration/user-management/creating-users.md)
* [Deactivating users](/sonarqube-server/10.7/instance-administration/user-management/deactivating-users.md)
* [Changing user password](/sonarqube-server/10.7/instance-administration/user-management/changing-user-password.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.sonarsource.com/sonarqube-server/10.7/instance-administration/user-management/viewing-users.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.
