> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/user-manager-auth0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/user-manager-auth0/user-guide/list-users.md).

# List Users

The main interface of the plugin is your users registered in the Auth0 database.

The paginated list shows all users currently in your Auth0 database.

### Sort

The list of users can be sorted on four different fields.

* Registration date
* Last login date
* Family name
* First name

The default sort order is on the registration date field in descending order (The last registered user is first in the list). To sort on another sortable field, click on the field header in the list. A second click on the header will change the order of the values. The sorting will only occur on users that have a value in the field that you want to sort on. The remaining users will follow after the sorted users in the list.

#### Synchronize user data

To enable support for sorting users on the name fields we updated the way we store the user meta data in the Auth0 data model. The users that still have the legacy data structure will get a symbol that alerts you to manage this. The context menu of the user will now have an option to synchronize the user object in the Auth0 data store. When this operation is done you will find the user among the sorted users in the list when sorting on given- or family name.


---

# 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.navigaglobal.com/user-manager-auth0/user-guide/list-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.
