FolderSharedMembers
Returns users who have been granted access to a shared folder, along with their permission levels.
Select
To query the Folder Shared Members view, FolderId must be specified in the WHERE clause. For example:
SELECT * FROM FolderSharedMembers WHERE FolderId = '12765611987';
Columns
| Name | Type | Description |
| FolderId [KEY] | String | The unique identifier of the shared folder to which the member has been granted access. |
| Email [KEY] | String | The email address of the user or invitee who has access to the shared folder. |
| MemberId | String | The unique identifier of the shared member. |
| MemberType | String | Indicates whether the member is a User (existing Dropbox account) or an Invitee (invited via email but not yet joined). |
| AccessType | String | The level of access granted to the member for the shared folder, such as viewer or editor. |