Skip to content

GitHub cannot search username in organization that have a lot of members #60018

Answered by ekkx
ramazansancar asked this question in General
Discussion options

You must be logged in to vote

If your goal is to publicize in your profile that you're a member of the organization, you can use the rest API officially provided by GitHub 👇

https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28#set-public-organization-membership-for-the-authenticated-user

Simply generate a personal access token from the settings tab (be sure to enable the members:write permission) and request the desired endpoint with it.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ramazansancar
Comment options

Answer selected by ramazansancar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working correctly
3 participants