> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Team Member

Removes a member from a team.

Accounts can have their files transferred via the admin console for a
limited time, based on the version history length associated with the
team (180 days for most teams).

Permission: Team member management.

<Note>
  External Documentation

  To learn more, visit the [Dropbox Business documentation](https://www.dropbox.com/developers/documentation/http/teams#team-members-remove).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Admin Identification Method                | Select to send errors during the transfer process to an admin, and choose the method for identifying the recipient.<br /><br />**Note**: If you choose to transfer files from the deleted member's account to a selected user, then this argument must be provided.                                                                                                                                                                       |
  | Keep Account                               | 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. <br /><br />In order to keep the account the argument `Wipe Data` should be set to false.                                                                                                                                                         |
  | Retain Team Shares                         | 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. <br />Users will not retain access to folders that do not allow external sharing. <br />In order to keep the sharing relationships, the arguments `Wipe Data` should be set to **false** and `Keep Account` should be set to **true**. |
  | Team Member Email                          | The email address of the user to remove/suspend/have their files moved.                                                                                                                                                                                                                                                                                                                                                                   |
  | Team Member External ID                    | The external ID of the user to remove/suspend/have their files moved.                                                                                                                                                                                                                                                                                                                                                                     |
  | Team Member ID                             | Identity of user to remove/suspend/have their files moved.                                                                                                                                                                                                                                                                                                                                                                                |
  | Transfer Admin Email                       | If provided, errors during the transfer process will be sent via email to this user, identified by their email. **Provide only if you chose the `email` method.**<br /><br />**Note**: If you choose to transfer files from the deleted member's account to a selected user, then this argument must be provided.                                                                                                                         |
  | Transfer Admin External ID                 | If provided, errors during the transfer process will be sent via email to this user, identified by their external ID. **Provide only if you chose the `external_id` method.**<br /><br />**Note**: If you choose to transfer files from the deleted member's account to a selected user, then this argument must be provided.                                                                                                             |
  | Transfer Admin ID                          | If provided, errors during the transfer process will be sent via email to this user, identified by their team member ID. **Provide only if you chose the `team_member_id` method.**<br /><br />**Note**: If you choose to transfer files from the deleted member's account to a selected user, then this argument must be provided.                                                                                                       |
  | Transfer Destination Email                 | If provided, files from the deleted member's account will be transferred to this user, identified by their email address.<br /><br />**Note**: Provide only if you chose the `email` method.                                                                                                                                                                                                                                              |
  | Transfer Destination External ID           | If provided, files from the deleted member's account will be transferred to this user, identified by their external ID.<br /><br />**Note**: Provide only if you chose the `external_id` method.                                                                                                                                                                                                                                          |
  | Transfer Destination Identification Method | Select to send files from the deleted member's account to a user, and choose the method for identifying the recipient.                                                                                                                                                                                                                                                                                                                    |
  | Transfer Destination Team Member ID        | If provided, files from the deleted member's account will be transferred to this user, identified by their team member ID.<br /><br />**Note**: Provide only if you chose the `team_member_id` method.                                                                                                                                                                                                                                    |
  | User Identification Method                 | The method by which the user is identified.                                                                                                                                                                                                                                                                                                                                                                                               |
  | Wipe Data                                  | If provided, controls if the user's data will be deleted on their linked devices.                                                                                                                                                                                                                                                                                                                                                         |
</div>

## Example Output

```json theme={"dark"}
{
	".tag": "complete"
}
```

## Workflow Library Example

[Remove Team Member with Dropbox Business and Send Results Via Email](https://library.blinkops.com/workflows/remove-team-member-with-dropbox-business-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/remove-team-member-with-dropbox-business-and-send-results-via-email/canvas" />
</div>
