github_orgs_list_pending_invitations
Retrieve all pending invitations for a GitHub organization, with options to filter by role and source.
Instructions
List pending organization invitations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| 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)." | |
| role | No | Filter invitations by their member role. | |
| invitation_source | No | Filter invitations by their invitation source. |