| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | false |
<GetEffectiveFolderPermsRequest> ## GetEffectiveFolderPermsRequest
<folder l="{folder-id}" /> ## FolderSpec
</GetEffectiveFolderPermsRequest>
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
<folder perm="{effective-permissions}" /> ## Rights
</GetEffectiveFolderPermsResponse>
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 |