Cmdlets for Dropbox

Build 25.0.9434

FileSharedMembers

Returns a list of users who have access to a specific shared file, including their permissions and roles.

Select

To query the File Shared Members view, FileId must be specified in the WHERE clause. For example:

SELECT * FROM FileSharedMembers WHERE FileId = 'id:yd_M3luYSgoAAAAAAAAADw';

Columns

Name Type Description
FileId [KEY] String The unique identifier of the shared file to which the member has access.
Email [KEY] String The email address of the user or invitee with access to the shared file.
MemberId String The unique identifier of the shared member.
MemberType String Specifies the type of member, such as User (an existing Dropbox account) or Invitee (a user invited by email who has not yet joined).
AccessType String The level of access granted to the member for the shared file, such as viewer or editor.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434