support

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.

post/api/support/users/{id}/activity/seed/

Path parameters

idstring required

Request body

organization_idstring uuid required

Organization to generate the activity data in. Must be one the user is an active member of, with activity tracking already enabled.

weeksinteger

Weeks of history to generate, ending today.

seedinteger

Optional RNG seed for reproducible data. Omit to derive a stable per-user seed.

Changes

No recorded changes to this endpoint across all 1 revision of this API.