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

Preview this Workflow on desktop