MembersRemoveArg
public class MembersRemoveArg : Team.MembersDeactivateArg
The MembersRemoveArg struct
-
If provided, files from the deleted member account will be transferred to this user.
Declaration
Swift
public let transferDestId: Team.UserSelectorArg?
-
If provided, errors during the transfer process will be sent via email to this user. If the transfer_dest_id argument was provided, then this argument must be provided as well.
Declaration
Swift
public let transferAdminId: Team.UserSelectorArg?
-
Downgrade the member to a Basic account. The user will retain the email address associated with their Dropbox account and data in their account that is not restricted to team members. In order to keep the account the argument wipeData should be set to false.
Declaration
Swift
public let keepAccount: Bool
-
If provided, allows removed users to keep access to Dropbox folders (not Dropbox Paper folders) already explicitly shared with them (not via a group) when they are downgraded to a Basic account. Users will not retain access to folders that do not allow external sharing. In order to keep the sharing relationships, the arguments wipeData should be set to false and keepAccount should be set to true.
Declaration
Swift
public let retainTeamShares: Bool