supabase_auth_list_users
List Supabase Auth users with pagination. Specify page and perPage to retrieve user records in controlled batches.
Instructions
List all users with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| perPage | No | Users per page (default: 20) |