Skip to content

Users Endpoints

Noah Huppert edited this page Dec 10, 2018 · 3 revisions

Users Endpoints

Actions related to GitHub Users.

Table Of Contents

List

List all users who have participated in a repository's issues.

Request

GET /api/v1/users/list

Query parameters:

  • repository_github_id (String)

Response

Search

Search for a user by name.

Request

GET /api/v0/users/search

Query parameters:

  • name (String)

Response

Clone this wiki locally