---
title: "Update the caller's profile"
method: PATCH
path: "/v1/me/profile"
tags: ["Account"]
---

# Update the caller's profile

`PATCH /v1/me/profile`

Requires a signed-in dashboard session token; API keys cannot call this endpoint.

## Request body

- UpdateProfileRequest
  - `avatarUrl` string
  - `defaultOrganizationId` string
  - `fullName` string

## Response `200`

Updated

- UserProfile
  - `avatarUrl` string
  - `defaultOrganizationId` string
  - `email` string, required
  - `fullName` string
  - `id` string, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

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