AddSharedFolderMember
Adds a user to a shared folder, allowing them to access its contents based on the specified permission level.
Input
| Name | Type | Required | Description |
| FolderId | String | True | The unique identifier of the shared folder to which a new member is added. |
| String | False | The email address of the user to be invited to the shared folder. | |
| DropboxId | String | False | The Dropbox Id of the user, team member, or group being granted access to the folder. |
| 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 included in the sharing invitation sent to the member. |
| Quiet | Boolean | False | When set to true, suppresses email and device notifications that would normally be 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 folder; otherwise, returns False. |