Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Check if a user can be assigned to issues in a repository

GET
/repos/{owner}/{repo}/assignees/{assignee}
curl --request GET \
--url https://gitea.com/api/v1/repos/example/example/assignees/example \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

assignee
required
string

Username of the user to check for being an assignee

APIEmpty is an empty response

APIError is error format response

message
string
url
string

APINotFound is a not found empty response