---
title: "Update the caller's public profile, showcased items, and profile images"
method: POST
path: "/compat/v2/users/updateMyProfile"
tags: ["users"]
---

# Update the caller's public profile, showcased items, and profile images

`POST /compat/v2/users/updateMyProfile`

## Request body

- object
  - `name` string
  - `handle` string
  - `enableProfile` boolean
  - `profileItems` object[]
    - `title` string, required
    - `type` 'all-recipes' | 'label' | 'recipe', required
    - `recipeId` string, uuid, nullable
    - `labelId` string, uuid, nullable
    - `visibility` 'public' | 'friends-only', required
  - `profileImageIds` string[]

## Response `200`

Successful response

- string

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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