---
title: "Get the user status."
method: GET
path: "/users/{login_name}/status"
tags: ["user"]
---

# Get the user status.

`GET /users/{login_name}/status`

Get the user status.

## Path parameters

- `login_name` string, required

## Response `200`

OK

- UserStatus
  - `state` 'normal' | 'past-due' | 'suspended' | 'spend-limit-exceeded' | 'no-payment-method' | 'in-white-list'
  - `user_id` string

---

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