You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an user receives an email invite to join an Organisation; is there a way to check that they've joined the organisation. The reason for this is that I'd like to add that user as a member in my database once they've accepted the invite and are actually a member of the organisation.
SDK Version
Octokit v13.0.1
API Version
No response
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I'll make use of this endpoint; but what I was looking for was at the point that the user actually joins the organisation when they're redirected to the website for the organisation they're joining.
What I want to do is store the user in my database once they're joined the organisation. I can see pending invites as per the endpoint you supplied above. But at what point we I get notified that they've accepted the invite. I could store the user in my database with a status of Pending, but how will I know to change the status to Active?
Describe the need
When an user receives an email invite to join an Organisation; is there a way to check that they've joined the organisation. The reason for this is that I'd like to add that user as a member in my database once they've accepted the invite and are actually a member of the organisation.
SDK Version
Octokit v13.0.1
API Version
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: