---
title: "Create new `Account` object"
method: POST
path: "/v1/accounts"
tags: ["accounts"]
---

# Create new \`Account\` object

`POST /v1/accounts`

Create new `Account` object

## Request body

- AccountInput — Input for creating a Conductor Account
  - `stripeCustomerID` string — Stripe customer id.
  - `state` string — active state
  - `paymentMethod` string — payment method
  - `name` string — Account name
  - `googleAuthOnly` boolean — can only log in via google account.
  - `gcpaccountid` string — GCP Marketplace consumer ID
  - `eulaVersionAccepted` string — Has accepted EULA
  - `email` string — Account Email.
  - `braintreeToken` string — Braintree Token.
  - `braintreeCustomerID` string — Braintree ID.
  - `awsaccountid` string — AWS Marketplace customer ID

## Response `200`

Successful response

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
