UpdateSharedFolderMember
Modifies the access level of a user in a shared folder, such as promoting them to editor or revoking edit rights.
Input
| Name | Type | Required | Description |
| FolderId | String | True | The unique identifier of the shared folder whose member access is being updated. |
| String | False | The email address of the user whose access to the shared folder is being modified. | |
| DropboxId | String | False | The Dropbox Id of the user, team member, or group whose access level is being updated. |
| AccessLevel | String | True | The new access level to assign to the member, such as viewer or editor. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of 'true' when the member's access level is successfully updated; otherwise, returns 'false'. |