---
title: "GET /user-views/username"
method: GET
path: "/user-views/username"
tags: ["Accounts"]
---

# GET /user-views/username

`GET /user-views/username`

Returns public information about an user account based on an username, making sure the username is valid first.

## Query parameters

- `username` string, required

## Headers

- `Authorization` string, required
- `X-Account-Metadata` string

## Response `200`

OK

- UsersUserProfile
  - `agendaPhoneNumberHashes` string
  - `blockchainAccountAddress` string
  - `city` string
  - `clientData` UsersJSON
  - `country` string
  - `createdAt` string
  - `email` string
  - `firstName` string
  - `hiddenProfileElements` string[]
  - `id` string
  - `kycStepBlocked` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  - `kycStepPassed` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  - `kycStepsCreatedAt` string[]
  - `kycStepsLastUpdatedAt` string[]
  - `language` string
  - `lastName` string
  - `miningBlockchainAccountAddress` string
  - `phoneNumber` string
  - `profilePictureUrl` string
  - `referredBy` string
  - `repeatableKYCSteps` object
  - `t1ReferralCount` integer
  - `t1ReferralsSharingEnabled` boolean
  - `t2ReferralCount` integer
  - `telegramBotId` string
  - `telegramUserId` string
  - `updatedAt` string
  - `username` string
  - `verified` boolean
  - `verifiedT1ReferralCount` integer

## Other responses

- `400` — if validations fail
- `401` — if not authorized
- `404` — if not found
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

---

[API](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api.md) · [All operations](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ice-blockchain/user-accounts-user-devices-user-statistics-api/revisions/34d6aba6606c/schema)
