---
title: "Sign up a new user."
method: POST
path: "/api/v1/user/sign-up"
tags: ["user"]
---

# Sign up a new user.

`POST /api/v1/user/sign-up`

## Request body

- SaveUserDTO — Credentials for sign-up to musicube the API and Website.
  - `system` 'musicube' | 'cloud'
  - `emailAddress` string, required
  - `password` string
  - `fullName` string
  - `companyName` string
  - `language` 'en' | 'de' — Current status of the recording.

## Response `200`

Signed up a new user.

- SignUpDTO — Credentials for sign-up to musicube the API and Website.
  - `emailAddress` string, required
  - `password` string, required
  - `fullName` string, required
  - `companyName` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — User is not allowed to sign up other users.
- `409` — User identification is not available.
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/songtradr/apis/songtradr-api.md) · [All operations](https://skmtc.net/songtradr/apis/songtradr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/songtradr/songtradr-api/versions/84accaa11469/schema)
