---
title: "Export users"
method: POST
path: "/export/users"
tags: ["Users"]
---

# Export users

`POST /export/users`

Exports user profile, reactions and messages for list of given users

## Request body

- ExportUsersRequest, nullable
  - `user_ids` string[], required

## Response `201`

Successful response

- ExportUsersResponse, nullable
  - `duration` string, required — Duration of the request in human-readable format
  - `task_id` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/streamioapi/apis/stream-io-api.md) · [All operations](https://skmtc.net/streamioapi/apis/stream-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamioapi/stream-io-api/versions/f5553620777b/schema)
