---
title: "Create or update a custom page group"
method: POST
path: "/CustomPageGroups"
tags: ["Custompagegroups"]
---

# Create or update a custom page group

`POST /CustomPageGroups`

**Requires permission:** *StaffMember*

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- UpsertCustomPageGroupRequest
  - `id` string, nullable
  - `title` string, nullable
  - `description` string, nullable
  - `pageType` string, nullable
  - `trackCompletion` boolean
  - `accessLevels` CustomPageGroupAccessLevel[]
    - `id` string, nullable
    - `groupId` string, nullable
    - `identifier` string, nullable
    - `level` string, nullable
    - `type` string, nullable
    - `name` string, nullable

## Response `204`

Success - Saved

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

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