---
title: "Personalize page containers"
method: POST
path: "/api/v1/personalization/pagepersonas"
tags: ["Personalization"]
---

# Personalize page containers

`POST /api/v1/personalization/pagepersonas`

Copies the current content associated to page containers with default personalization and creates a new set with the specified persona personalization. Requires edit permission on the page.

## Request body

- PersonalizationPersonaPageForm
  - `pageId` string, required
  - `personaTag` string, required

## Response `200`

Page containers personalized successfully

- ResponseEntityPersonalizationView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object[]
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — Bad request - invalid page ID, persona tag, or missing parameters
- `401` — Unauthorized - authentication required
- `403` — Forbidden - insufficient edit permissions on page
- `404` — Page or persona not found
- `500` — Internal server error

---

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