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

# User Removed: Track Team Member Removal Events

> Track the total number of user removal events. Monitor team changes and account management patterns.

<Tip>
  User Removed measures the total number of times a user was removed from an account, tracked by the Upstack pixel.
</Tip>

## Formula

<Info>
  **User Removed** = **COUNT** ( Events ) **WHERE** event\_type = user\_removed
</Info>

### Formula Components

| Metric                          | Definition                                |
| ------------------------------- | ----------------------------------------- |
| **Events**                      | All tracked events from the Upstack pixel |
| **event\_type = user\_removed** | Filters to only user removal events       |

| Metadata        |                         |
| --------------- | ----------------------- |
| **Type**        | Number                  |
| **Data Source** | [Upstack Pixel](/pixel) |
| **Aggregation** | Count                   |

***

## Example

Your B2B SaaS platform tracked account management activity this quarter.

| Month        | Users Added | Users Removed | Net Change |
| ------------ | ----------- | ------------- | ---------- |
| January      | 150         | 25            | +125       |
| February     | 180         | 30            | +150       |
| March        | 200         | 45            | +155       |
| **Q1 Total** | **530**     | **100**       | **+430**   |

***

## How It Works

This metric counts all user removed events tracked by the Upstack pixel. A user removed event fires when an admin or account owner removes a team member from the account. This helps understand team dynamics, seat management, and potential churn indicators.

***

## When to Use

| Scenario               | Action                               |
| ---------------------- | ------------------------------------ |
| Seat management        | Track license utilization changes    |
| Churn prediction       | Identify accounts reducing team size |
| Account health         | Monitor unusual removal patterns     |
| Billing reconciliation | Verify seat count changes            |

***

## Related Metrics

| Metric                                                                              | Relationship               |
| ----------------------------------------------------------------------------------- | -------------------------- |
| User Invited                                                                        | Track new team invitations |
| [Cost per User Removed](/reference/metrics/funnel/engagement/cost-per-user-removed) | Cost per removal event     |
| Account Deleted                                                                     | Full account closure       |

[See all Engagement metrics →](/reference/metrics/funnel/engagement)
