---
title: "Update profile"
method: PUT
path: "/api/me"
tags: ["authentication"]
---

# Update profile

`PUT /api/me`

Update the current user's profile

## Request body

- object
  - `name` string, required
  - `email` string, email, required
  - `password` string, password — If provided, will update the current user's password

## Response `200`

OK

- object
  - `token` string — New API token if the password is changed.

---

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