post

Copy permissions

lock
{{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: r on the source item, s on the target item.

Authentication

Authentication inherited from the collection: Bearer .

Parameters

Name Type Value
_key path {{targetCopyPermissionsKey}}

Body

          {
  "targetKey": "{{targetCopyPermissionsKey}}",
  "propagate": true
}