---
title: "Check if a user can be assigned to a issue"
method: GET
path: "/repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}"
tags: ["issues"]
---

# Check if a user can be assigned to a issue

`GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}`

Checks if a user has permission to be assigned to a specific issue.

If the `assignee` can be assigned to this issue, a `204` status code with no content is returned.

Otherwise a `404` status code is returned.

## Path parameters

- `owner` string, required
- `repo` string, required
- `issue_number` integer, required
- `assignee` string, required

## Response `204`

Response if `assignee` can be assigned to `issue_number`

## Other responses

- `404` — Response if `assignee` can not be assigned to `issue_number`

---

[API](https://skmtc.net/github/apis/api-github-com.md) · [All operations](https://skmtc.net/github/apis/api-github-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/api-github-com/revisions/a367f7028301/schema)
