Skip to main content

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

StatusDescription
200Successful Response
422Validation Error

Operation ID: complete_onboarding_api_complete_onboarding_post