---
title: "Get user by username"
method: GET
path: "/v1/user/byUsername/{username}"
tags: ["Users"]
---

# Get user by username

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

## Path parameters

- `username` string, required

## Response `200`

Returns user profile

- object
  - `username` string, required
  - `bio` string, nullable, required

## Other responses

- `404` — User not found

---

[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/revisions/bb0b68662ba3/schema)
