get https://api.lucid.co/folders//shares/users/
Get information about a 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.
Valid Authentication Methods
API Key Grants:
- FolderRead
OAuth 2.0 User Token Scopes:
- folder:readonly
Responses
403Forbidden if the app making the request does not have permission to the folder, or if the folder has been deleted, or does not exist.
404Not Found when a user with the specified ID cannot be found or does not have collaborator access to the folder.