list_users
List users in a project with offset and limit pagination. Returns user items, total count, and pagination flags.
Instructions
List users in a project. Returns { items, total, offset, limit, hasMore }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| offset | No | Skip first N items (default: 0) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |