Manage organizations

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

Your personal organization

When you create an Astra DB account, an initial organization is created for you. This is your default or personal organization, and it is named after your account’s email address. When you sign in to Astra DB, your personal organization is selected by default.

DataStax doesn’t recommend using the default organization for production workloads because certain features aren’t available to the default organization, such as SSO. Instead, create additional, non-default organizations.

You can’t remove, leave, or transfer ownership of your default organization. Deleting your account also deletes your default organization.

Create an organization

  1. In the Astra Portal header, click the current organization name, and then click Manage Organizations.

  2. Click Add Organization.

  3. Enter a name for the new organization.

    When you create an organization, you are the initial Organization Administrator. To add administrators and other users to the new organization, invite users to the new organization.

  4. Click Create Organization.

  5. (Recommended) Invite users to the new organization.

Switch organizations

If you create organizations or get invited to other 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 your organization ID

  • Astra Portal

  • DevOps API

You can get your organization ID from any Astra Portal URL, such as astra.datastax.com/org/ORGANIZATION_ID/.

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

curl -sS --location -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**" }

Edit organization settings

For information about organization settings, see the following:

Leave an organization

To leave an organization, you must ask an Organization Administrator to remove you from the organization.

Alternatively, if you have an application token with sufficient privileges, you can use the DevOps API to remove yourself from the organization.

For more information, see Remove a user or revoke an invitation.

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 navigation menu, click the current organization name, and then click Manage Organizations.

  3. Find the organization you want to delete, and then click Delete.

  4. 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?

© 2024 DataStax | Privacy policy | Terms of use

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