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.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.github.com/repos///assignees/'
Response Response Example
204 - Example 1
{}
Request
Path Params
owner
stringÂ
required
The account owner of the repository. The name is not case sensitive.
repo
stringÂ
required
The name of the repository. The name is not case sensitive.
assignee
stringÂ
required
Responses
🟢204If the `assignee` can be assigned to issues in the repository, a `204` header with no content is returned.