---
title: "Get User Onboarding Progress"
method: GET
path: "/api/v3/users/onboarding"
tags: ["User"]
---

# Get User Onboarding Progress

`GET /api/v3/users/onboarding`

Setup-checklist progress for the authenticated user's active org.

## Response `200`

Successful Response

- OnboardingProgressResponse
  - `completed_steps` OnboardingCompletedSteps, required
    - `business_context` boolean, required
    - `crm` boolean, required
    - `territory` boolean, required
    - `templates` boolean, required
    - `automation` boolean, required
    - `invite` boolean, required
  - `completed_count` integer, required
  - `total_count` integer, required
  - `all_done` boolean, required

---

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