---
title: "Edit details for a logged-in user"
method: POST
path: "/api/v1/user/me"
tags: ["user"]
---

# Edit details for a logged-in user

`POST /api/v1/user/me`

## 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`

Edited user details.

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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