---
title: "POST /api/v1/cms/template/permission"
method: POST
path: "/api/v1/cms/template/permission"
tags: ["Template"]
---

# POST /api/v1/cms/template/permission

`POST /api/v1/cms/template/permission`

## Request body

- GetTemplatePermissionsRequest
  - `Ids` string[], nullable

## Response `200`

- GetTemplatePermissionsResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Results` object[], nullable
    - `Succeeded` boolean
    - `Message` string, nullable
    - `Code` integer
    - `Id` string, nullable
    - `Owner` OwnerData2
      - `Owner` string, nullable
      - `Inherited` boolean
      - `Id` string, nullable
    - `Acl` Ace[], nullable
      - `Identity` string, nullable
      - `Allow` boolean
      - `Permissions` Permission[], nullable
        - `Id` string, nullable
        - `Name` string, nullable
      - `Inherited` boolean
      - `Path` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
