list_auth_users
Retrieve a list of users from the auth.users table in a self-hosted Supabase instance, allowing pagination via limit and offset parameters for efficient user management.
Instructions
Lists users from the auth.users table.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Max number of users to return | |
offset | No | Number of users to skip |