File resource
File/folder group and user permissions - Get file group/user permissions
OVERVIEW
Use this method to return a list of the groups/users that have permissions to the file and their permission details.
Request URI
GET /api/3/files/{fileid}/permissions
Request Parameters
Parameters | Value | Description |
---|---|---|
fileid (required) | integer | fileid is the ID of the file for which the permissions are required. The fileid can be obtained by calling the get files list API. |
Response
The API returns a list of group/user file permission objects if successful, otherwise an error object and error code are returned
<permissions>
a list of user group file permissions object
</permissions>
Last Updated: Nov 08,2024
Comments
0 Comments