---
title: "Create a New Sub-Account"
slug: "create-a-new-sub-account"
updated: 2025-10-23T18:39:57Z
published: 2025-10-23T18:40:53Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a New Sub-Account

Put/v1/accounts

The AcctName parameter must be an email address for the root user and must be unique as well as not currently in use.

- **IsTrial**: If set to "true," will indicate the Sub-Account should be created as a trial account.
- **Password**: Specifies the password for the new root user for the account and must pass the password complexity rules.
- **NumTrialDays**: Specifies the number of days for which the trial should be valid before automatically being converted to a paying account. If omitted, the default established for the Control Account will be used.
- **QuotaGB**: Specifies the quota (in GB) to which the new Sub-Account will be limited during the trial phase. If omitted, the default associated with the Control Account will be used.
- **PasswordResetRequired**: Will mark a newly provisioned Sub-Account password as temporary. The user will be prompted to change the password during the first login.
- **EnableFTP**: Will enable FTP/FTPS access to a Sub-Account.
- **Inactive**: Will set the Sub-Account as inactive. If set to "false," the Sub-Account will be updated as active.
- **SendPasswordResetToSubAccountEmail**: If set to "true," will send an email of password reset, password changed, password expiring, or password has expired to the Sub-Account. Otherwise, the Control Account receives the email.
- **AllowAccountDelete**: If set to "false," a Sub-Account is not able to see the Delete Account section in the Wasabi Management Console. If set to "true," the Delete Account section is visible.

SecurityAPI Key: ApiKeyAuthHeader parameter nameAuthorization

Please enter your Primary Partner API Key

Body parameters<select class='api-response-data' aria-label='Media type'><option value='094c5842-3f76-4b63-8f26-39b4ccf66dbd'>application/json</option>
</select>object  AcctNamestring    Required
IsTrialboolean    Required
Passwordstring    Required
NumTrialDaysinteger    
QuotaGBinteger    
PasswordResetRequiredboolean    
EnableFTPboolean    Required
Inactiveboolean    
SendPasswordResetToSubAccountEmailboolean    
AllowAccountDeleteboolean    

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='45a81772-8af0-4831-aeb7-434bd8c56ba3'>application/json</option>
</select>object  AcctNamestring    
AcctNuminteger  (int32)    
AccessKeystring    
SecretKeystring    
IsTrialboolean    
TrialExpirystring  (date-time)    
QuotaGBinteger  (int32)    
FTPEnabledboolean    
Inactiveboolean    
SendPasswordResetToSubAccountEmailboolean    
AllowAccountDeleteboolean
