Search GitHub users
Full-text search across user login, name, bio, company, and location using BM25 ranking. Results include relevance scores. Requires SEARCH service. Credits: 1 per result returned + graph relationship credits if includeAttributes is specified.
Request body
Example request
{
"maxResults": 50,
"first": 50,
"enablePagination": true,
"after": "Y3Vyc29yOjEyMzQ1",
"dataset": "standard"
}Response
Search results retrieved successfully
Changes
Changed in 6 of the 43 revisions of this API.815
- ○
added the new optional request property
datasetnew-optional-request-property
- ○
- ▲
removed
subschema #1subschema #2subschema #3from thefilters/allOf[UserFilter]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3from theincludeAttributes/allOf[UserIncludeAttributes]/contributes/filtersrequest propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3from theincludeAttributes/allOf[UserIncludeAttributes]/followers/filtersrequest propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3from theincludeAttributes/allOf[UserIncludeAttributes]/following/filtersrequest propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3from theincludeAttributes/allOf[UserIncludeAttributes]/owns/filtersrequest propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3from theincludeAttributes/allOf[UserIncludeAttributes]/stars/filtersrequest propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #1subschema #2subschema #3to thefilters/allOf[UserFilter]/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3to theincludeAttributes/allOf[UserIncludeAttributes]/contributes/filtersrequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3to theincludeAttributes/allOf[UserIncludeAttributes]/followers/filtersrequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3to theincludeAttributes/allOf[UserIncludeAttributes]/following/filtersrequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3to theincludeAttributes/allOf[UserIncludeAttributes]/owns/filtersrequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3to theincludeAttributes/allOf[UserIncludeAttributes]/stars/filtersrequest propertyanyOflistrequest-property-any-of-added
- ▲
- ▲
the response property
users/items/allOf[subschema #2]/became nullable for the status200response-property-became-nullable
- ○
added the new optional request property
includeAttributes/allOf[UserIncludeAttributes]/aggregatesnew-optional-request-property
- ○
added the optional property
users/items/allOf[PublicUserWithDevrank]/allOf[subschema #2]/aggregatesto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
subschema #4from thequeryrequest propertyanyOflistrequest-property-any-of-removed
- ▲
- ○
added the new optional request property
includeAttributes/allOf[UserIncludeAttributes]/professionalnew-optional-request-property
- ○
added the optional property
users/items/allOf[PublicUserWithDevrank]/allOf[subschema #2]/professionalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/allOf[subschema #2]/contributes/allOf[PaginatedRepositories]/edges/items/allOf[subschema #2]/ownerProfessionalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/allOf[subschema #2]/owns/allOf[PaginatedRepositories]/edges/items/allOf[subschema #2]/ownerProfessionalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
users/items/allOf[subschema #2]/stars/edges/items/allOf[subschema #2]/ownerProfessionalto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○