---
title: "Update the authenticated consumer profile"
method: POST
path: "/api/v4/me"
tags: ["Profiles"]
---

# Update the authenticated consumer profile

`POST /api/v4/me`

Updates identity attributes and consent fields on the profile of the consumer identified by the access token.

## Request body

- PersonProfileUpdateRequest — Body of a `POST /v4/me` request.
  - `access_token` string, required
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `partner_user_id` string, required
  - `profile_picture_url` string, required

## Response `200`

Successful response

- SuccessResponse
  - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

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