• Blog
  • Documentation
  • Courses
  • Changelog
  • AI Starters
  • UI Kit
  • FAQ
  • Supamode
    New
  • Pricing

Launch your next SaaS in record time with Makerkit, a React SaaS Boilerplate for Next.js and Supabase.

Makerkit is a product of Makerkit Pte Ltd (registered in the Republic of Singapore)Company Registration No: 202407149CFor support or inquiries, please contact us

About
  • FAQ
  • Contact
  • Verify your Discord
  • Consultation
  • Open Source
  • Become an Affiliate
Product
  • Documentation
  • Blog
  • Changelog
  • UI Blocks
  • Figma UI Kit
  • AI SaaS Starters
License
  • Activate License
  • Upgrade License
  • Invite Member
Legal
  • Terms of License
    • Dashboards
    • Users Explorer
    • Data Explorer - Navigation
    • Data Explorer - Operations
    • Storage Explorer
    • Audit Logs

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.

Users Explorer

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.

User Details

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 for Auth User with Select action.
  • Editing users: System Permission for Auth User with Update action.
  • Deleting users: System Permission for Auth User with Delete action.
  • Suspending users: System Permission for Auth User with Update action.
  • Unsuspending users: System Permission for Auth User with Update action.
  • Resetting user passwords: System Permission for Auth User with Update action.
  • Inviting users: System Permission for Auth User with Insert action.
  • Creating users: System Permission for Auth User with Insert action.
  • Sending recovery links to users: System Permission for Auth User with Update action.
On this page
  1. User Details
    1. Limitations to what users can do
  2. Permissions