list_pending_invitations | SELECT | org | The return hash contains a role field which refers to the Organization Invitation role and will be one of the following values: direct_member , admin , billing_manager , or hiring_manager . If the invitee is not a GitHub member, the login field in the return hash will be null . |
create_invitation | INSERT | org | Invite people to an organization by using their GitHub user ID or their email address. In order to create invitations in an organization, the authenticated user must be an organization owner.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. See "Secondary rate limits" and "Dealing with secondary rate limits" for details. |
cancel_invitation | EXEC | invitation_id, org | Cancel an organization invitation. In order to cancel an organization invitation, the authenticated user must be an organization owner.
This endpoint triggers notifications. |