Create a New Sub-Account

Prev Next
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.

Security
API Key: ApiKeyAuth
Header parameter nameAuthorization

Please enter your Primary Partner API Key

Body parameters
object
AcctName
string Required
IsTrial
boolean Required
Password
string Required
NumTrialDays
integer
QuotaGB
integer
PasswordResetRequired
boolean
EnableFTP
boolean Required
Inactive
boolean
SendPasswordResetToSubAccountEmail
boolean
AllowAccountDelete
boolean
Responses
200

OK

object
AcctName
string
AcctNum
integer (int32)
AccessKey
string
SecretKey
string
IsTrial
boolean
TrialExpiry
string (date-time)
QuotaGB
integer (int32)
FTPEnabled
boolean
Inactive
boolean
SendPasswordResetToSubAccountEmail
boolean
AllowAccountDelete
boolean