-
Notifications
You must be signed in to change notification settings - Fork 71
feat: Extend subscription management docs to include instructions on viewing and interpreting subscription details #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
|
||
|  | ||
|
|
||
| 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. | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
|
||
|  | ||
|
|
||
| ## 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). | ||
|
|
||
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes