Power BI Connector for Dropbox

Build 25.0.9454

AddSharedFileMember

Grants a user access to a shared file by adding them as a member, assuming the caller has the appropriate permissions.

Input

Name Type Required Description
FileId String True The unique identifier of the file to which a new member is added.
Email String False The email address of the user to be invited to the shared file.
DropboxId String False The Dropbox Id of the user, team member, or group being granted access to the file.
AccessLevel String False The permission level to assign to the new member (such as viewer, editor, or owner). The default is viewer.
CustomMessage String False An optional message to include in the sharing invitation sent to the member.
AddMessageAsComment Boolean False If the value is 'true', the custom message is added as a comment on the file.

The default value is false.

Quiet Boolean False If the value is 'true', suppresses email and device notifications typically sent when a member is added.

The default value is false.

Result Set Columns

Name Type Description
Success String Returns a value of 'true' when the member is successfully added to the file; otherwise, returns 'false'.

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