Update a Sub-Account

Prev Next
Post
/v1/accounts/{AcctNum}

Update the Sub-Account information.

  • AcctName: if specified, changes the root user's email address. Must be unique.

  • Password: if specified, changes the root user's password, adhering to complexity policies.

  • NumTrialDays: if specified, changes the number of trial days, up to Control Account limits. Cannot convert a paid account back to trial.

  • QuotaGB: if specified, changes the trial storage quota, up to Control Account limits. Ignored for paid accounts.

  • ConvertToPaid: if set to "true," transitions the Sub-Account to a paid account.

  • ResetAccessKeys: if set to "true," invalidates all previous access keys and generates new AWS S3/IAM compatible access keys.

  • PasswordResetRequired: if set to "true," marks the password as temporary, prompting a reset on first login.

  • EnableFTP: if set to "true," enables FTP/FTPS access; if set to "false," disables it.

  • Inactive: if set to "true," sets the account as inactive; if set to "false," sets it as active.

  • SendPasswordResetToSubAccountEmail: if set to "true," sends password-related emails to the Sub-Account. Otherwise, the Control Account receives them.

  • AllowAccountDelete: if set to "false," hides the Delete Account section in the Wasabi Management Console. If "true," shows it.

  • DisableMFA: if set to "true," deactivates MFA in the Sub-Account. The user must reset their password via the “Forgot password” link on the Console.

Security
API Key: ApiKeyAuth
Header parameter nameAuthorization

Please enter your Primary Partner API Key

Path parameters
AcctNum
integer (int32) Required
Body parameters
object
AcctName
string Required
Password
string Required
NumTrialDays
integer
QuotaGB
integer Required
ConvertToPaid
boolean
ResetAccessKeys
boolean Required
PasswordResetRequired
boolean
EnableFTP
boolean
Inactive
boolean
SendPasswordResetToSubAccountEmail
boolean
AllowAccountDelete
boolean
DisableMFA
boolean
Responses
200

OK

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