Complete onboarding
POST /api/complete_onboarding
Mark onboarding as completed for the current user and fire analytics. Persists user.onboarding_completed = True and emits the onboarding completed PostHog event (plus an org group_identify to stamp onboarding_completed_at). Analytics failures are swallowed so they never block the user from leaving the onboarding flow.
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: complete_onboarding_api_complete_onboarding_post