Skip to main content
BlueXP setup and administration

Create another BlueXP account

Contributors netapp-bcammett

When you set up BlueXP in restricted mode or private mode, you're prompted to create a BlueXP account, which enables you to manage users and organize resources. This account might be all that you need, but if your business requires multiple accounts, then you'll need to create additional accounts by using the Tenancy API.

If you're using BlueXP in standard mode, you won't have a BlueXP account. Instead, you'll have an organization that you manage using BlueXP identity and access management (IAM). Learn about BlueXP IAM.

Steps
  1. Use the following API call to create an additional BlueXP account:

    POST /tenancy/account/{accountName}

    If you want to enable restricted mode, you need to include the following in the request body:

    {
      "isSaasDisabled": true
    }
Note You can't change the restricted mode setting after BlueXP creates the account. You can't enable restricted mode later and you can't disable it later. It must be set at time of account creation.