octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.62k stars 1.07k forks source link

[FEAT]: Create an organization invitation via email address #2894

Closed skyemcleman closed 2 months ago

skyemcleman commented 2 months ago

Describe the need

We want to create organization invitations for users via email address. Currently the SDK has the AddOrUpdateOrganizationMembership method, but this requires a username. There is an endpoint which supports creating invitations via email in the API.

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct