---
title: "Create User Owned Endpoint"
method: POST
path: "/api/v1/child-account/user-owned"
tags: ["meta-child-account", "meta-child-account"]
---

# Create User Owned Endpoint

`POST /api/v1/child-account/user-owned`

## Request body

- CreateUserOwnedRequestDTO — Option 1 - create a child BM under the user's OWN Meta Business Manager. The user's Meta OAuth token is read from `Users.access_token_facebook` (stored at connect time), so it is NOT passed in the request body.
  - `user_bm_id` string, required — User's own Meta Business Manager ID
  - `child_bm_name` string, required
  - `shared_page_id` string, nullable — Facebook Page to share into the child BM
  - `currency` string
  - `timezone_id` integer — Meta timezone ID

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
