Create an account
Contributors
Suggest changes
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
|
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"
}