latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-0520621.8 MB

910f8a49ca9e

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

githubIdsstring[] required

Array of IDs — GitHub node IDs (e.g. MDQ6VXNlcjE=) or BountyLab IDs (32-char hex). Can be mixed.

Example request

{
  "githubIds": [
    "MDQ6VXNlcjU4MzIzMQ==",
    "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"
  ]
}

Response

Users retrieved successfully (positional)

V3UsersResponse required— unresolved $ref