Skip to main content

Get Folder Permissions

Get the permissions for a given folder.

Parameters

ParameterDescription
PathThe full absolute path of the folder.

Example Output

{
"userPerms": {
"jsmith": "Full",
"ajones": "Viewer"
},
"groupPerms": {
"All Administrators": "Owner",
"Marketing Team": "Editor"
},
"inheritsPermissions": true
}

Workflow Library Example

Get Folder Permissions with Egnyte and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop