---
title: "Get User Status"
method: GET
path: "/user_admin/v2/status/{username}"
tags: ["admin"]
---

# Get User Status

`GET /user_admin/v2/status/{username}`

## Path parameters

- `username` string, required

## Query parameters

- `product_name` 'chatbot'

## Response `200`

Successful Response

- UserStatusResponseSchema
  - `is_activated` boolean, required — Is user activated

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/exh/apis/ex-human.md) · [All operations](https://skmtc.dev/exh/apis/ex-human/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/exh/ex-human/revisions/cd3ee850caf2/schema)
