Skip to main content

Create an account

Contributors

POST /tenancy/account/{accountName}

Creates a new account with the specified account name.
Token usage: BlueXP user token.

Parameters

Name Type In Required Description

accountName

string

path

True

Account name

  • pattern: ^[-_.a-zA-Z0-9]{1,40}$

authorization

string

header

True

Authorization JWT access token

X-User-Token

string

header

False

User JWT access token

X-Service-Request-Id

string

header

False

Request identifier

Request Body

Name Type Required Description

isSaasDisabled

boolean

False

Specifies if created account is saas disabled, default false

Response

Status: 200, Successful create account response
Name Type Required Description

accountPublicId

string

False

Example response
{
  "accountPublicId": "string"
}
Close
Try it out

Sign in with your NetApp Cloud Central credentials.

Try this API

Parameters

Headers

Body

Code

Response