File resource

File/folder group and user permissions - Get folder group/user permissions

OVERVIEW


Use this method to return a list of the groups/users that have permissions to the folder and their permission details.

Request URI

GET   /api/3/folders/{folderid}/permissions

folderid is the ID of the folder for which the permissions are required.

Response 

If successful the API returns a list of group/user permissions objects, otherwise an error object and error code are returned.

<permissions>

  <inherited></inherited> {0 or 1}         <!-- 0 for off and 1 for on-->

   a list of  User group permissions object

</permissions>

 

URI Parameters

Parameters

Value

Description

folderid

integer

The ID for the folder.

To get the folder id use the following API get folder list (Updated in 4.1.3).  You will need to provide the root folderid. To get the root folderid use the following API get site list. The response of that API sitefolderid parameter will give you the root folderid of site.

 

Comments


0 Comments

Last Updated: Jun 09,2023