Create a Subaccount
Create a new subaccount (child user) under the current customer account.
๐ Create a Subaccount
Add a new subaccount to your SenderWiz customer account with first name, last name, email, password, and timezone.
๐น HTTP Request
๐ค POST Parameters
Parameter
Type
Required
Description
first_name
string
โ
First name of the subaccount
last_name
string
โ
Last name of the subaccount
email
string
โ
Email address of the subaccount
password
string
โ
Login password
timezone
string
โ
Timezone (e.g., Asia/Kolkata)
๐ Authorization Headers
๐ป PHP Example
๐ฆ Sample JSON Response
๐งพ Notes
Use the returned
child_uid
to perform updates, deletions, or permission management.Ensure the email used is unique across the account.
Last updated