---
title: "PATCH /api/v1/me"
method: PATCH
path: "/api/v1/me"
tags: ["User"]
---

# PATCH /api/v1/me

`PATCH /api/v1/me`

## Request body

- object
  - `name` string
  - `image` union
    - string, uri
    - string
    - unknown

## Response `200`

Updated local user

- object
  - `ok` boolean, required
  - `profile` object, required
    - `id` string, required
    - `email` string, required
    - `name` string, required
    - `image` string, nullable
    - `plan` string, required
    - `inviteAccepted` boolean, required
    - `onboardingCompleted` boolean, required
    - `authSource` string, nullable

---

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