Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/insomnia/subscription-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ category: "Insomnia Subscriptions"
category-url: subscription-management
---

## View Subscription Details

Users can view their current plan, the total number of seats in the subscription, and the number of seats currently in use by navigating to the—depending on your plan—"Account Settings" or "Enterprise Controls" page and then to the "Billing" section.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was only able to test this myself for the Enterprise plan, but from what I could put together from the code and existing documentation it seems like the same information should be available under the Account Settings for non-Enterprise users.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes


![Account Settings, Enterprise Controls, and Billing sections in the Insomnia web GUI](../assets/images/billing-enterprise-controls-menu.png)

The **Current seat usage** displays the combined total of users across all Organizations and pending invites. Invites remain valid in perpetuity, and need to be rescinded in order to reclaim the seat.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marckong I'd like to add a bit more here explaining how invites can be deleted to free up seats. Is there a way for users to do that today without navigating to individual orgs?

Copy link
Copy Markdown
Contributor

@marckong marckong Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the user is on enterprise plan, they can go to the license page and delete it


![Billing page displaying current seat usage in the Insomnia web GUI](../assets/images/billing-enterprise-seat-usage.png)

## Change Plan

For those looking to alter their subscription—whether to upgrade, downgrade, or terminate it—or to modify the number of seats associated with their plan, please follow the steps below:

1. Navigate to [Insomnia Account Settings](https://app.insomnia.rest/app/settings/profile).
Expand Down