github_apps_list_accounts_for_plan
Retrieve accounts for a specified GitHub plan. Supports pagination, sorting by creation or update date, and direction control.
Instructions
List accounts for a plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | plan_id | |
| sort | No | The property to sort the results by. | |
| direction | No | To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |