Get User Permissions
Gets the effective permissions for a user for a given folder. This effective permission takes into account both user and group permissions that apply to the given user, along with permission inheritance.
Parameters
Parameter | Description |
---|---|
Folder | The full absolute path of the folder. |
Username | The users name, can be retrieved from the 'List Users' action. |
Example Output
{
"permission": "Full"
}
Workflow Library Example
Get User Permissions with Egnyte and Send Results Via Email
Preview this Workflow on desktop