Create a new Sub-Account for a specific Control Account.
Required fields: name, wasabiAccountEmail, password (unless sendWelcomeEmail is true)
Note: If storageQuotaType is "Hard quota", then purchasedStorageTB must be a positive number.
HTTP Basic Authentication using your WACM username and API key.
For detailed authentication instructions, see the Authentication Guide.
Required fields only
{
"name": "sample-sub-account",
"wasabiAccountEmail": "wasabi-wacm-api@gmail.com",
"password": "SecurePass123!"
}All fields
{
"controlAccountId": "12345",
"name": "sample-sub-account",
"wasabiAccountEmail": "wasabi-wacm-api@gmail.com",
"password": "SecurePass123!",
"sendPasswordResetToSubAccountEmail": "True",
"passwordResetRequired": "False",
"ftpEnabled": "True",
"isTrial": "False",
"purchasedStorageTB": "2",
"storageQuotaType": "Soft quota",
"sendWelcomeEmail": "False",
"address1": "123 Main St",
"city": "Boston",
"country": "United States",
"state": "Massachusetts",
"zip": "02101"
}Trial account
{
"name": "trial-sub-account",
"wasabiAccountEmail": "trial@example.com",
"password": "SecurePass123!",
"isTrial": "True",
"trialQuotaTB": "1",
"trialDays": "30"
}Required for Wasabi Admin and Governance Account users.
Sub-Account name. Cannot start with a space.
Required unless sendWelcomeEmail is true. Must be 6+ chars with digit, mixed case, and special char.
Storage quota in TB. Required if storageQuotaType is "Hard quota".
If true, sends welcome email and ignores password field.
Successfully created sub-account
{
"success": "True",
"code": "RES-I-0001",
"message": "Sub-Account has been successfully created!",
"data": {
"id": "54322",
"name": "sample-sub-account",
"wasabiAccountNumber": "100123457",
"wasabiAccountEmail": "wasabi-wacm-api@gmail.com",
"creationDate": "2024-01-15T14:00:00Z",
"status": "PAID_ACCOUNT",
"sendPasswordResetToSubAccountEmail": "False",
"ftpEnabled": "True",
"purchasedStorageTB": "1",
"storageQuotaType": "Soft quota",
"accessKey": "AKIAIOSFODNN7EXAMPLE",
"secretKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
"channelAccountId": "53211",
"channelAccountName": "Sample Channel Account",
"controlAccountId": "13337",
"controlAccountName": "Sample Control Account",
"governanceAccountId": "3214",
"governanceAccountName": "Sample Governance",
"mfaEnabled": "False"
}
}Included for Wasabi Admin and Governance Account users
Included for Wasabi Admin and Governance Account users
Included for Wasabi Admin users only
Included for Wasabi Admin users only