---
title: "Update"
method: POST
path: "/api/v1/settings/onboarding"
tags: ["Onboarding Settings"]
---

# Update

`POST /api/v1/settings/onboarding`

Update modifies the onboarding progress, such as marking steps complete or dismissing the wizard.

## Request body

- C1ApiSettingsV1UpdateOnboardingSettingsRequest — The UpdateOnboardingSettingsRequest message.
  - `conversationId` string — The identifier of the onboarding conversation thread to associate.
  - `status` 'ONBOARDING_STATUS_UNSPECIFIED' | 'ONBOARDING_STATUS_NOT_STARTED' | 'ONBOARDING_STATUS_IN_PROGRESS' | 'ONBOARDING_STATUS_COMPLETE' | 'ONBOARDING_STATUS_DISMISSED' — The new onboarding status to set.

## Response `200`

Successful response

- C1ApiSettingsV1UpdateOnboardingSettingsResponse — The UpdateOnboardingSettingsResponse message.
  - `status` 'ONBOARDING_STATUS_UNSPECIFIED' | 'ONBOARDING_STATUS_NOT_STARTED' | 'ONBOARDING_STATUS_IN_PROGRESS' | 'ONBOARDING_STATUS_COMPLETE' | 'ONBOARDING_STATUS_DISMISSED' — The updated onboarding status.

## Changes

- **2026-04-30** `fa2bb307d6fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/onboarding/post.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/fa2bb307d6fa/schema)
