list_users
Retrieve a paginated list of blog authors and staff members. Supports custom sorting and page limits for browsing user accounts.
Instructions
List users (authors/staff). Read-only: the Admin API forbids integrations from writing users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page of results to return. | |
| limit | No | Users per page (Ghost allows up to 100). | |
| order | No | Sort order, e.g. ``name asc``. | name asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||