Skip to main content
Setup and administration

Create another BlueXP account

Contributors netapp-bcammett

When you sign up to BlueXP, you're prompted to create an account for your organization. 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.

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.