Organizations

Record the user's response to the daemon-install prompt so it is not shown again. Each CTA persists a distinct onboarding milestone (the org subscriber dedups); the PostHog subscriber turns these into funnel events, so no client-side telemetry is needed.

post/api/v1/organizations/daemon-prompt-response

Request body

action'dismissed' | 'accepted' required

Which daemon-prompt CTA the user chose.

Response

Response recorded

dataTupleUnit — unresolved $ref
errorstring nullable
successboolean required

Changes