---
title: "Get online statuses for multiple users"
method: POST
path: "/chats/statuses"
---

# Get online statuses for multiple users

`POST /chats/statuses`

Returns the online status and last seen timestamp for multiple users in a single request.

This endpoint is optimized for batch lookups when you need to check the online status of multiple chat counterparts at once.

<Note>Maximum 100 user UUIDs per request. Users who have disabled online visibility will always appear as offline with no last seen timestamp.</Note>

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `userUuids` string[], required — Array of user UUIDs to check online status for (max 100)

## Response `200`

Online statuses retrieved successfully

- object — Map of user UUIDs to their online status

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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