v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Update info of reseller's child based on the child identifier supplied

put/reseller/children/{childIdentifier}

Path parameters

childIdentifierstring required

Either auth key or id of reseller's child

Request body

emailstring email

New Email address to update the child account

firstNamestring

New First name to use to update the child account

lastNamestring

New Last name to use to update the child account

companyNamestring

New Company name to use to update the child account

passwordstring password

New password for the child account to login

Example request

{
  "email": "josh.cruise@example.com",
  "firstName": "Josh",
  "lastName": "Cruise",
  "companyName": "Your Company",
  "password": "Pa55w0rd65"
}

Response

reseller's child updated