ReferenceAPI referenceAuthentication
Return the authenticated GitHub profile and active membership
curl -X GET "https://example.com/me"{ "data": { "avatar_url": "string", "capabilities": [ "VIEW" ], "created_at": "string", "display_name": "string", "github_id": 1, "github_login": "string", "id": "string", "organization_id": "string", "organization_name": "string", "role": "USER", "status": "ACTIVE", "updated_at": "string" }}