Service: zimbraMail
Namespace: "urn:zimbraMail"
GetEffectiveFolderPerms SOAP Command

Returns the effective permissions of the specified folder

Authorization token required true
Admin Authorization token required false

GetEffectiveFolderPermsRequest

    <GetEffectiveFolderPermsRequest> ## GetEffectiveFolderPermsRequest
        <folder l="{folder-id}" /> ## FolderSpec
    </GetEffectiveFolderPermsRequest>

The following table describes elements and attributes you can define within a <GetEffectiveFolderPermsRequest> element:

XPath Required / Optional Description
/folder Required (only 1) Folder specification
/folder@l Required (only 1) Type:String
Folder ID

GetEffectiveFolderPermsResponse

    <GetEffectiveFolderPermsResponse> ## GetEffectiveFolderPermsResponse
        <folder perm="{effective-permissions}" /> ## Rights
    </GetEffectiveFolderPermsResponse>

The following table describes elements and attributes you can define within a <GetEffectiveFolderPermsResponse> element:

XPath Required / Optional Description
/folder Required (only 1) Folder permissions information
/folder@perm Required (only 1) Type:String
The effective permissions of the specified folder