Access more data from GitHub users API
Aidan O'Connor
As a Port builder, I’d like to access more information from the GitHub GET users endpoint than what is currently available (login and email). Ideally, I’d like 100% of what is available with the GitHub REST API for GETting users, but at a minimum I’d like to ingest what team the user is on
A
AnilKumarReddy Gajulapalli
GitHub provides only GraphQL API endpoints for assigning reviewers to pull requests, and these endpoints require user node IDs. As a result, our agentic workflows are currently blocked at this step, as we are unable to proceed without resolving the node ID requirement.