LEEUNITYAssets / Content / 博客.asset
层级
⌄ Lee / Homepage
INSPECTOR
Type
Content
Name
博客
lee@mtftm.com ↗GitHub ↗
N041MISC / EPIC

技术 / English

Display EpicGames on profile page

There are many members in the EpicGames organization, so you may not be able to find yourself on the members…

更新
2025.05.05
阅读
1 分钟
语言
English

Usage

There are many members in the EpicGames organization, so you may not be able to find yourself on the members page, which prevents you from setting your status.

You can run the following code on any terminal.

Public

Invoke-RestMethod -Uri "https://api.github.com/orgs/EpicGames/public_members/your-username" -Method Put -Headers @{"Accept"="application/vnd.github.v3+json"; "Authorization"="token your-PAT-token"}

Hide

Invoke-RestMethod -Uri "https://api.github.com/orgs/EpicGames/public_members/your-username" -Method Delete -Headers @{"Authorization"="token your-PAT-token"}