issues
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}
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
assigneestring required
Response
If the assignee can be assigned to issues in the repository, a 204 header with no content is returned.