Get users by ID (GitHub node IDs or BountyLab IDs)
Fetch GitHub users by their IDs. Accepts both GitHub node IDs (e.g. MDQ6VXNlcjE=) and BountyLab IDs (32-char hex). Returns a positional array matching input order (null for unmatched IDs). Supports batch requests (1-100 IDs). Credits: 1 per non-null result + graph credits.
post/raw/users
Request body
Example request
{
"githubIds": [
"MDQ6VXNlcjU4MzIzMQ==",
"a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"
]
}Response
Users retrieved successfully (positional)
V3UsersResponse required— unresolved $ref