Users Explorer
Learn how to use the Users Explorer to manage your users in Supamode.
The Users Explorer is a feature that allows you to explore the users of your application that exist in Supabase. It is very similar to the Users section in Supabase, but it integrates with Supamode's permission system to only allow the actions that are allowed by the user's role.

Accessing the Users Explorer
To access the Users Explorer, you need to go to the Users section in the Supamode UI. At this time, this is the default page that you will see when you access the Supamode UI.
Filtering Users
The Users Explorer allows you to filter the users using a neat full-text search bar at the very top of the page.
User Details
When you click on a user, you will see the user details page. This page will show you the user's details, including their role, permissions, and other information.

Limitations to what users can do
By default, users cannot perform actions on users that are Supamode accounts. However, users with the required permissions can perform the following actions on normal application users:
- View user details
- Delete user
- Suspend user
- Unsuspend user
- Reset user password
- Invite user
- Create User
- Send a recovery link to the user
Permissions
Users require the following permissions to perform the actions on normal application users:
- Viewing users:
SystemPermission forAuth UserwithSelectaction. - Editing users:
SystemPermission forAuth UserwithUpdateaction. - Deleting users:
SystemPermission forAuth UserwithDeleteaction. - Suspending users:
SystemPermission forAuth UserwithUpdateaction. - Unsuspending users:
SystemPermission forAuth UserwithUpdateaction. - Resetting user passwords:
SystemPermission forAuth UserwithUpdateaction. - Inviting users:
SystemPermission forAuth UserwithInsertaction. - Creating users:
SystemPermission forAuth UserwithInsertaction. - Sending recovery links to users:
SystemPermission forAuth UserwithUpdateaction.