This guide shows you how to create, configure, and delete organizations in the Tenzir Platform. You’ll learn how to perform these tasks through both the web and the CLI.
Create an organization
Section titled “Create an organization”Each user can belong to at most one organization. When you create an organization, you automatically become its first admin.
Click Create Organization in your user profile and enter a name for your organization.
tenzir-platform org create "Acme Corp"The command outputs the new organization’s ID.
View organization details
Section titled “View organization details”Navigate to Organizations from your user profile, or click on the organization name in the workspace switcher to see your organization’s overview, including the name, member count, and creation date.
tenzir-platform org infoThis displays the organization name, ID, number of members, and pending invitations. Only organization admins can see pending invitations.
Update organization settings
Section titled “Update organization settings”Admins can change the organization name and icon.
Click the organization name on the organization page to edit it inline. You can also update the icon URL in the settings section.
Organization settings can currently only be updated through the web.
Delete an organization
Section titled “Delete an organization”Only admins can delete an organization.
Scroll to the Danger Zone at the bottom of the organization page and click Delete Organization. A confirmation dialog asks you to confirm before proceeding.
tenzir-platform org delete