list_auth_users
Retrieve user data from Supabase auth.users table with configurable limit and offset to manage user lists efficiently.
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 |