Actions
Get Folder Permissions
Get the permissions for a given folder.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Path | The full absolute path of the folder. |
{
"userPerms": {
"jsmith": "Full",
"ajones": "Viewer"
},
"groupPerms": {
"All Administrators": "Owner",
"Marketing Team": "Editor"
},
"inheritsPermissions": true
}
Was this page helpful?