Skip to main content

Check if a user can be assigned

Checks if a user has permission to be assigned to an issue in this repository. If the `assignee` can be assigned to issues in the repository, a `204` header with no content is returned. Otherwise a `404` status code is returned.

GET/repos/{owner}/{repo}/assignees/{assignee}
Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Request

Path Parameters
owner string
required
repo string
required
assignee string
required

Responses

If the `assignee` can be assigned to issues in the repository, a `204` header with no content is returned.

application/json Basic Error object

Otherwise a `404` status code is returned.

documentation_url string
optional
message string
optional
status string
optional
url string
optional