post
Copy permissions
{{protocol}}://{{url}}/{{version}}/items/:_key/permissions/copy
Copy the permissions of item _key onto item targetKey.
propagate option allow to propagate the permission copy to the hierarchy.
The endpoint only create and update existing permissions. It do not delete any existing participant.
Permissions:
ron the source item,son the target item.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| _key | path | {{targetCopyPermissionsKey}} |
Body
{
"targetKey": "{{targetCopyPermissionsKey}}",
"propagate": true
}