Skip to main content
Create a new subaccount under the current account.

Signature

Parameters

email
Optional[str]
Email address for the new subaccount.
username
Optional[str]
Username for the new subaccount.
password
Optional[str]
Password for the new subaccount.
type
Optional[str]
Account type for the subaccount.

Returns

str, Result from the API call.

Example