---
title: "Update profile"
method: PATCH
path: "/v1/auth/me"
tags: ["Auth"]
---

# Update profile

`PATCH /v1/auth/me`

Update the current session user profile. This is used for onboarding and profile maintenance.

## Request body

- object
  - `name` string
  - `email` string, email
  - `timezone` string
  - `ntfy_topic` string

## Response `200`

Default Response

- object

---

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