---
title: "Update info of reseller's child based on the child identifier supplied"
method: PUT
path: "/reseller/children/{childIdentifier}"
tags: ["Reseller"]
---

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

`PUT /reseller/children/{childIdentifier}`

## Path parameters

- `childIdentifier` string, required

## Request body

- UpdateChild
  - `email` string, email — New Email address to update the child account
  - `firstName` string — New First name to use to update the child account
  - `lastName` string — New Last name to use to update the child account
  - `companyName` string — New Company name to use to update the child account
  - `password` string, password — New password for the child account to login

## Response `204`

reseller's child updated

## Other responses

- `400` — bad request
- `403` — Current account is not a reseller
- `404` — Child auth key or child id not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
