---
title: "POST /api/support/users/{id}/activity/seed/"
method: POST
path: "/api/support/users/{id}/activity/seed/"
tags: ["support"]
---

# POST /api/support/users/{id}/activity/seed/

`POST /api/support/users/{id}/activity/seed/`

Generate demo activity-tracking data (spans + events) for a single user in one of their organizations, for building Activity Overview demos. The organization must already have the activity-tracking flag enabled. Any existing activity for this user in that organization is deleted first so re-runs replace rather than accumulate. Dev/demo tooling — not for production customer data.

## Path parameters

- `id` string, required

## Request body

- SupportActivitySeedRequest
  - `organization_id` string, uuid, required — Organization to generate the activity data in. Must be one the user is an active member of, with activity tracking already enabled.
  - `weeks` integer — Weeks of history to generate, ending today.
  - `seed` integer — Optional RNG seed for reproducible data. Omit to derive a stable per-user seed.

## Response `201`

---

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