> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/users/view-users.md).

# View users

Your users list gives you quick access to all users in your account. This topic describes how to view a list of users in your account, as well as details about a specific user.

### View a list of users

To view a list of users in your account

1. Go to **Settings** > **Users**.
2. View the list of all users displayed on the page.

<div data-with-frame="true"><figure><img src="/files/MMPqI6x1BS5sPJDrbCFu" alt=""><figcaption><p>Use the Users page to view all users in your account.</p></figcaption></figure></div>

3. Review information such as the user name, email address, group membership, and the available fields. You can also see all the buyers visible to the user in the **Buyers** column. The following table lists buyer visibility rules:

<table><thead><tr><th>User access</th><th width="228">Buyers displayed</th><th>Notes</th></tr></thead><tbody><tr><td>Account Management module</td><td>All buyers</td><td>User can view every buyer in the account.</td></tr><tr><td>Marketplace module only</td><td>Total number of buyers</td><td>Shows count of buyers the user can access, for example 2.</td></tr><tr><td>No access to either module</td><td>– (dash)</td><td>User cannot view any buyers.</td></tr></tbody></table>

### Open user details <a href="#subscription-details" id="subscription-details"></a>

On the user details page, you can view detailed information for a specific user.&#x20;

To view details for a specific user:

1. Go to **Settings** > **Users**.
2. Select the user you want to view. The user details page opens.
3. Use the tabs to access different types of information:

<table><thead><tr><th width="170">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>General</strong></td><td>Shows general information for the user.</td></tr><tr><td><strong>Groups</strong></td><td>Shows the user's group memberships and the modules they have access to.</td></tr><tr><td><strong>Details</strong></td><td>Shows the date and time details for the user, including when they joined the account.</td></tr><tr><td><strong>Audit trail</strong></td><td>Shows the audit trail for the user.</td></tr></tbody></table>


---

# 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.platform.softwareone.com/modules-and-features/settings/users/view-users.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.
