---
title: "Create metaproperty access"
method: POST
path: "/api/content_access/metaproperties/{metaproperty_id}"
tags: ["Access rights"]
---

# Create metaproperty access

`POST /api/content_access/metaproperties/{metaproperty_id}`

## Path parameters

- `metaproperty_id` string, required

## Request body

- ApiContentAccessMetapropertiesRequest
  - `principals` Principal[]
    - `principalId` string
    - `principalType` 'user' | 'group' | 'profile'
  - `level` 'metaproperty.hide'

## Response `201`

Metaproperty access created

- ApiContentAccessMetapropertiesResponse1[]
  - `principalId` string
  - `principalType` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
