List superusers
list_superusersFetch superuser (admin) accounts from the _superusers collection. Supports pagination, sorting, and filtering to pinpoint specific administrators.
Instructions
List superuser (admin) accounts from the built-in _superusers collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| sort | No | Sort expression, e.g. '-created'. | |
| filter | No | Filter expression, e.g. 'email ~ "@example.com"'. | |
| perPage | No | Items per page (default 100). |