---
title: "Get User State"
method: GET
path: "/v1/users/{userId}/state"
tags: ["Users"]
---

# Get User State

`GET /v1/users/{userId}/state`

Get the current state (auto/manual) of a user.

## Path parameters

- `userId` string, required

## Response `200`

User state retrieved

- UserStateResponse
  - `id` string
  - `names` string
  - `botId` string
  - `groupId` string
  - `state` 'auto' | 'manual'

## Other responses

- `400` — Bad request - Invalid format or missing required fields
- `401` — Unauthorized - Invalid authentication credentials
- `404` — Not found - Resource not found

---

[API](https://skmtc.net/jelou/apis/jelou-api.md) · [All operations](https://skmtc.net/jelou/apis/jelou-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jelou/jelou-api/revisions/845ce127d94a/schema)
