---
title: "POST /v1/{+parent}/accounts"
method: POST
path: "/v1/{+parent}/accounts"
tags: ["platforms"]
---

# POST /v1/{+parent}/accounts

`POST /v1/{+parent}/accounts`

Creates a sub-account.

## Path parameters

- `parent` string, required

## Request body

- Account — Representation of an Account.
  - `state` 'STATE_UNSPECIFIED' | 'UNCHECKED' | 'APPROVED' | 'DISAPPROVED' — Output only. Approval state of the account.
  - `displayName` string — Display name of this account.
  - `regionCode` string — Required. Input only. CLDR region code of the country/region of the address. Set this to country code of the child account if known, otherwise to your own country code.
  - `createTime` string, google-datetime — Output only. Creation time of the account.
  - `name` string — Output only. Resource name of the account. Format: platforms/pub-[0-9]+/accounts/pub-[0-9]+
  - `timeZone` TimeZone — Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
    - `id` string — IANA Time Zone Database time zone. For example "America/New_York".
    - `version` string — Optional. IANA Time Zone Database version number. For example "2019a".
  - `creationRequestId` string — Required. An opaque token that uniquely identifies the account among all the platform's accounts. This string may contain at most 64 non-whitespace ASCII characters, but otherwise has no predefined structure. However, it is expected to be a platform-specific identifier for the user creating the account, so that only a single account can be created for any given user. This field must not contain any information that is recognizable as personally identifiable information. e.g. it should not be an email address or login name. Once an account has been created, a second attempt to create an account using the same creation_request_id will result in an ALREADY_EXISTS error.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/adsenseplatform.md) · [All operations](https://skmtc.net/google/apis/adsenseplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/adsenseplatform/versions/3412328476cb/schema)
