PyGithub / PyGithub/PyGithub

Failed Invitations List

Open
#2,258 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
7.8k
Forks
1.9k
Avg merge
17m
Merged PRs (30d)
2

Description

It looks like while there is a invitiations() iterable on the Organization, the associated failed invitations is not available: https://docs.github.com/en/rest/orgs/members#list-failed-organization-invitations

This is important because these failed invites are not automatically resent or deleted -- creating some annoying workflow when you are trying to keep a user actively invited.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Organization's existing invitations() iterable and compare its API mapping with the linked GitHub REST endpoint for failed organization invitations. Add the corresponding failed-invitation access and confirm it exposes the endpoint's results and supports the workflow described in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, python
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.