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. |
| 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 | When set to True, the custom message is added as a comment on the file.
The default value is false. |
| Quiet | Boolean | False | When set to 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. |