Search DXM Forum
I was doing some testing in the CMS and I've accidentally removed all View permissions on a folder. What's the easiest way to restore view access?
One way to do this would be to use the Access API Swagger interface to reset the permissions by setting them back to "Inherit from parent".
{
"AssetsIds": [NNNNNNN],
"InheritsFromParent": true
}
⚠️ This method will reset all the permissions to be those from the folder's parent, removing any customisation you have made.
Hi Marcus,
I've just tried the Swagger API, but I'm getting this error in response.
{ "resultCode": "conWS_ActionNotAllowed", "errorMessage": "", "internalCode": 0 }
Please raise a ticket with the Crownpeak Support team with the CMS instance, the user account you were trying this with, and the affected folder. They will be able to fix the view permissions (if that is what you want in the short-term) and/or advise on whether the user has the required permissions to do this.