post
Create a permission
{{protocol}}://{{url}}/{{version}}/items/:_key/permissions
Create a permission on an item (and its content if propagate
is true
) to make it accessible to userKey
.
The response contains a jobKey
property. This allows to get the progression of the propagation of the permissions.
Permissions:
s
on the item to share.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | {{meKey}} |
Body
{
"userKey": "",
"data": {
"permissions": "rwatlugs"
},
"propagate": true
}