Last modified 04 Jul 2025 10:59 +02:00

GET /users/search

Search for users

Parameters

Name Type Description

q

string (query)

keyword

uid

integer($int64) (query)

ID of the user to search for

page

integer (query)

page number of results to return (1-based)

limit

integer (query)

page size of results

Responses

Example value:

{
  "data": [
    {
      "active": true,
      "avatar_url": "string",
      "created": "2025-05-05T12:10:33.653Z",
      "description": "string",
      "email": "user@example.com",
      "followers_count": 0,
      "following_count": 0,
      "full_name": "string",
      "html_url": "string",
      "id": 0,
      "is_admin": true,
      "language": "string",
      "last_login": "2025-05-05T12:10:33.653Z",
      "location": "string",
      "login": "string",
      "login_name": "empty",
      "prohibit_login": true,
      "pronouns": "string",
      "restricted": true,
      "source_id": 0,
      "starred_repos_count": 0,
      "visibility": "string",
      "website": "string"
    }
  ],
  "ok": true
}
Was this page helpful?
YES NO
Thanks for your feedback