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
2 changes: 2 additions & 0 deletions app/_data/products/insomnia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ releases:
version: "13.0.0"
- release: "13.1"
version: "13.1.0"
- release: "13.2"
version: "13.1.2"
latest: true
15 changes: 12 additions & 3 deletions app/insomnia/enterprise-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,22 @@ You can set your preference for allowing invitations from the following domain t

{% include insomnia/enterprise-storage.md %}

## Add co-owners
## Manage co-owners

The owner of an Insomnia Enterprise account can invite other users to be co-owners of the account.

To add a co-owner:
### Add a co-awner

1. [Invite](/insomnia/organizations/#invite-users-to-your-organization) the user to your an organization in your Enterprise account.
1. Once they have accepted the invitation, go to [**Enterprise Controls** > **Co-owners**](https://app.insomnia.rest/app/enterprise/co-owners), search for the user's email address and select a role, then click **Invite**.
1. Once they have accepted the invitation, go to [**Co-owners**](https://app.insomnia.rest/app/enterprise/co-owners), search for the user's email address and select a role, then click **Invite**.

{:.decorative}
> You must identify and add a co-owner to your account to ensure that the account is accessible and operational, even if an owner leaves.

### Remove a co-owner

When you remove a co-owner, you choose the level of access they keep as a
regular user of the account:

- **Keep as a member**: The user remains a member of every organization in the account.
- **Remove from organizations**: The user loses access to all organizations. You can [invite them back](/insomnia/organizations/#invite-users-to-your-organization) later from **Organizations**.
Loading