---
title: "Update multiple profile parameters"
method: POST
path: "/api/v4/me/parameters"
tags: ["Profiles"]
---

# Update multiple profile parameters

`POST /api/v4/me/parameters`

Creates or updates multiple custom data fields on the authenticated consumer's profile in a single request. Omitted fields are left unchanged.

## Request body

- MeDataBulkUpdateRequest — Body of a `POST /v4/me/parameters` request.
  - `parameters` object, required
  - `type` 'CLIENT' | 'PRIVATE' | 'PUBLIC', required

## Response `200`

Successful response

- UpdateProfileResponse
  - `polling_id` string, required
  - `status` 'FAILED' | 'PENDING' | 'SUCCEEDED', 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)
