---
title: "Sign up"
method: POST
path: "/auth/signUp"
tags: ["Auth"]
---

# Sign up

`POST /auth/signUp`

Create a user (and organization when applicable).

## Request body

- SignUpDTO
  - `name` string, required
  - `email` string, email, required
  - `password` string, password, required
  - `organizationId` string, uuid — Existing organization ID. Optional when creating a new organization.

## Response `201`

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

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