---
title: "Complete Onboarding"
method: POST
path: "/api/onboarding/complete"
tags: ["onboarding"]
---

# Complete Onboarding

`POST /api/onboarding/complete`

Complete the onboarding process for a new user.

Updates user profile with name, job type, and company name.

Args:
    request: {name, job_type, company_name}

Returns:
    {"success": true, "message": "Onboarding completed"}

## Request body

- OnboardingCompleteRequest — Request body for completing onboarding.
  - `name` string, required
  - `job_types` string[], nullable
  - `company_name` string, required

## Response `200`

Successful Response

- OnboardingCompleteResponse — Response after completing onboarding.
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `abf76937a751` — 4 info
  - the request property `job_types` became optional
  - request property `job_types` list-of-types was widened by adding types `null` to media type `application/json`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/onboarding/complete/post.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/397ad3a1d858?raw)
