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.

Last updated