Checks if a user has permission to be assigned to an issue in this repository.
GET /repos/:owner/:repo/assignees/:assignee
If the assignee can be assigned to issues in the repository, a 204 header with no content is returned.
Status: 204 No Content
Otherwise a 404 status code is returned.
Status: 404 Not Found