---
title: "Check if username is available"
method: GET
path: "/v1/user/checkUsernameAvailability/{username}"
tags: ["Users"]
---

# Check if username is available

`GET /v1/user/checkUsernameAvailability/{username}`

## Path parameters

- `username` string, required

## Response `200`

Returns username availability

- object
  - `isAvailable` boolean, required

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
