Manage Astra DB organizations

You can create or join multiple Astra DB organizations to separate resources, billing, access, teams, customers, environments, or any other categories that are useful for you.

This page describes how to administer organizations, including creating and editing organizations.

For information about organizations associated with your personal user account, see Manage your Astra account.

Create an organization

Organizations are either standalone or part of an enterprise:

Standalone organizations

On the Free and Pay As You Go subscription plans, organizations have no relationship to each other, and they are managed independently.

Enterprise organizations

On the Enterprise subscription plan, you can use enterprise organization management to centrally manage multiple related organizations under one enterprise.

Your Astra DB account can belong to both types of organizations, and you can be both an Enterprise Administrator and an Organization Administrator.

  • Standalone organizations

  • Enterprise organizations

  1. In the Astra Portal header, click Settings.

  2. In the Settings navigation menu, click the name of the current organization, and then select Create Organization.

  3. Enter a name for the organization and an optional description.

    When you create an organization, you are the initial Organization Administrator, and the Organization email defaults to your Astra account email address. After you create the organization, you can change the Organization email.

  4. Click Create Organization.

The Enterprise subscription plan includes centralized organization management, also known as enterprise organization management. For information about creating organizations under an enterprise, see Manage your enterprise.

Invite users

After you create an organization, you can invite users to join the organization.

For information about inviting users, removing users, and editing user roles, see Manage users and Manage roles and permissions.

Edit organization settings

To change an organization’s display name, description, or email address, do the following:

  1. In the Astra Portal header, click Settings.

  2. In the Settings navigation menu, click the name of the current organization, and then select the organization you want to edit.

  3. In the Settings navigation menu, click General.

  4. Edit the organization name, description, or email address:

    • To change the organization’s display name and description, click Edit, enter the new name and description, and then click Update Organization.

    • To change the organization’s administrative email address, click Update Email, enter the desired email address, and then click Update Email.

      DataStax sends a verification email to the new email address. To confirm this change, you or another Organization Administrator must have access to the new email address. Follow the link in the verification email to finalize the change.

For information about other organization settings, see the following:

Switch organizations

If you have multiple organizations, you must switch organizations to work with the databases and other resources in those organizations:

  1. In the Astra Portal header, click the current organization name.

  2. From the list of organizations, select the organization that you want to switch to.

Get an organization ID

  • Astra Portal

  • DevOps API

You can get the current organization ID from any Astra Portal URL, such as astra.datastax.com/org/ORGANIZATION_ID/. If you belong to multiple organizations, the URL reflects your current active organization. For more information, see Switch organizations.

You can also get an organization’s ID from the organization settings:

  1. In the Astra Portal header, click Settings.

  2. In the Settings navigation menu, click the name of the current organization, and then select the organization for which you need an ID.

  3. In the Settings navigation menu, click General.

  4. Locate the Organization ID, and then click Copy to copy the organization ID.

You can use GET /v2/currentOrg to get the organization ID associated with a given application token:

curl -sS -L -X GET "https://api.astra.datastax.com/v2/currentOrg" \
--header "Authorization: Bearer APPLICATION_TOKEN" \
--header "Content-Type: application/json"

A successful request returns the organization ID associated with the token:

{ "id": "**ORG_ID**" }

Delete an organization

If you are the Organization Administrator for multiple organizations, you can delete organizations you no longer need.

You can’t delete your default (personal) organization unless you delete your account.

Deleting an organization is permanent and irreversible.

To delete an organization, do the following:

  1. Clean up organization resources to prepare for deletion:

  2. In the Astra Portal header, click Settings.

  3. In the Settings navigation menu, click the name of the current organization, and then select the organization you want to delete.

  4. In the Settings navigation menu, click General.

  5. Click Delete organization.

  6. Enter the organization’s name, and then click Delete Organization to permanently delete the organization.

Billing and usage for deleted organizations is included in the current billing period up until the time of deletion.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2025 DataStax | Privacy policy | Terms of use | Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com