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:
System
Permission forAuth User
withSelect
action. - Editing users:
System
Permission forAuth User
withUpdate
action. - Deleting users:
System
Permission forAuth User
withDelete
action. - Suspending users:
System
Permission forAuth User
withUpdate
action. - Unsuspending users:
System
Permission forAuth User
withUpdate
action. - Resetting user passwords:
System
Permission forAuth User
withUpdate
action. - Inviting users:
System
Permission forAuth User
withInsert
action. - Creating users:
System
Permission forAuth User
withInsert
action. - Sending recovery links to users:
System
Permission forAuth User
withUpdate
action.