UpdateSharedFileMember
Changes a member's role or permissions for a shared file, such as read-only or edit access.
Input
| Name | Type | Required | Description |
| FileId | String | True | The unique identifier of the shared file whose member access is being updated. |
| String | False | The email address of the user whose access level is being modified. | |
| DropboxId | String | False | The Dropbox Id of the user, team member, or group whose access 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 is successfully updated; otherwise, returns False. |