---
title: "Complete initial account setup"
method: POST
path: "/settings/setup"
tags: ["Settings"]
---

# Complete initial account setup

`POST /settings/setup`

Creates initial team/project/tasks and optional member invitations for first-time setup.

## Request body

- SetupRequest
  - `team_name` string
  - `project_name` string
  - `template_id` string, uuid, nullable
  - `tasks` string[] — Task names for initial setup
  - `team_members` string[] — Team member emails to invite

## Response `200`

Setup completed

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

## Other responses

- `400` — Request validation failed
- `403` — CSRF token validation failed

---

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