---
title: "GET /users/checkUser/{username}"
method: GET
path: "/users/checkUser/{username}"
tags: ["users"]
---

# GET /users/checkUser/{username}

`GET /users/checkUser/{username}`

Check if user with some username exists.

## Path parameters

- `username` string, required

## Response `200`

Boolean indicating if a user with the specified username exists

- boolean

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — User not found

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
