---
title: "Get user statuses by id"
method: POST
path: "/api/v4/users/status/ids"
tags: ["status"]
---

# Get user statuses by id

`POST /api/v4/users/status/ids`

Get a list of user statuses by id from the server.
##### Permissions
Must be authenticated.

## Request body

- string[]

## Response `200`

User statuses retrieval successful

- 38cb7293Status[]
  - `user_id` string
  - `status` string
  - `manual` boolean
  - `last_activity_at` integer

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
