API Reference
Accounts
Create Subaccount
2min
POST
QUERY PARAMETERS
api_key
string
*API key of the user
BODY PARAMETERS
body
CreateSubaccountRequest
*email
string
*Email address to use for the subaccount.
username
string
*Username to use for the subaccount.
password
string
*Password to use for the subaccount.
host_only
boolean
*Specifies whether the subaccount is a host or client. Set to `true` for a host-only subaccount, or `false` for a client subaccount.
parent_id
string
*The ID of the parent account. Set to "me" to indicate that the subaccount is a child of the current account.
RESPONSES
200
Successful response with subaccount information
CreateSubaccountResponse
Subaccount Created
user
User

Updated 20 Jul 2023
Did this page help you?