---
title: "Get Onboarding Options"
method: GET
path: "/users/me/onboarding-options"
tags: ["users", "users"]
---

# Get Onboarding Options

`GET /users/me/onboarding-options`

Return the data the frontend needs to choose an onboarding UX.

Composes one fact from user_profile (`has_completed_onboarding`) with two from orgs
(`current_org`, `matching_org`) — neither service crosses domain boundaries.

## Response `200`

Successful Response

- OnboardingOptionsResponse
  - `has_completed_onboarding` boolean, required
  - `current_org` OrgRefDTO, required — Lightweight {id, name, is_personal} pointer used by settings and onboarding flows.
    - `id` string, required
    - `name` string, required
    - `claimed_domain` string, nullable
    - `is_personal` boolean, required — True when the org has no claimed domain — i.e. it is a personal/solo org.
  - `matching_org` OrgRefDTO, required — Lightweight {id, name, is_personal} pointer used by settings and onboarding flows.
    - `id` string, required
    - `name` string, required
    - `claimed_domain` string, nullable
    - `is_personal` boolean, required — True when the org has no claimed domain — i.e. it is a personal/solo org.

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
