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 stringrequired
- repo stringrequired
- assignee stringrequired
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
optionalmessage string
optionalstatus string
optionalurl string
optional