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

# Update info of reseller's child account status based on the childIdentifier supplied

`PUT /reseller/children/{childIdentifier}/accountStatus`

## Path parameters

- `childIdentifier` string, required

## Request body

- UpdateChildAccountStatus
  - `transactionalEmail` boolean — Status of Transactional Email Platform activation for your account (true=enabled, false=disabled)
  - `transactionalSms` boolean — Status of Transactional SMS Platform activation for your account (true=enabled, false=disabled)
  - `marketingAutomation` boolean — Status of Marketing Automation Platform activation for your account (true=enabled, false=disabled)
  - `smsCampaign` boolean — Status of SMS Campaign Platform activation for your account (true=enabled, false=disabled)

## Response `204`

reseller's child account status 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)
