-
Notifications
You must be signed in to change notification settings - Fork 0
Users Endpoints
Noah Huppert edited this page Dec 10, 2018
·
3 revisions
Actions related to GitHub Users.
List all users who have participated in a repository's issues.
GET /api/v1/users/list
Query parameters:
-
repository_github_id(String)
-
users([]User Model)
Search for a user by name.
GET /api/v0/users/search
Query parameters:
-
name(String)
-
users([]User Model)