list_auth_users
Retrieve user accounts from Supabase authentication tables to manage access permissions and monitor active sessions.
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 |