---
title: "Submit the post-signup onboarding survey"
method: POST
path: "/users/me/onboarding-survey"
tags: ["users"]
---

# Submit the post-signup onboarding survey

`POST /users/me/onboarding-survey`

Persists onboarding survey answers and syncs them to HubSpot

## Request body

- object
  - `persona` 'enterprise' | 'startup' | 'research' | 'agency' | 'solo' | 'exploring'
  - `useCases` string[]
  - `referralSource` 'google' | 'social' | 'video_podcast' | 'blog' | 'referral' | 'discord' | 'other'
  - `referralDetail` string
  - `skipped` boolean

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `user` object, required
    - `createdAt` string, required
    - `email` string, required
    - `emailVerified` boolean, nullable, required
    - `id` string, required
    - `isActive` boolean, nullable, required
    - `name` string, nullable, required
    - `picture` string, nullable, required
    - `provider` string, nullable, required
    - `publicKey` string, nullable, required
    - `onboardedAt` string, nullable, required
    - `onboardedFor` string, nullable, required
    - `referralCode` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/hyperbolic/apis/castle-api.md) · [All operations](https://skmtc.net/hyperbolic/apis/castle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperbolic/castle-api/revisions/fd9320b4b13d/schema)
