Folders Collaboration
Get Folder User Collaborator
Retrieves information about a specific user's direct collaborator access to a given folder. A user having access to a folder through one of the folder's ancestors will not be shown through this API.
get/v1/folders/{id}/shares/users/{userId}
Path parameters
idnumber required
ID of the folder.
userIdnumber required
ID of the user to retrieve collaborator settings for.
Response
OK with a Folder User Collaborator Resource containing information about the user's collaboration settings.