---
title: "Create an account"
method: POST
path: "/accounts"
tags: ["Accounts"]
---

# Create an account

`POST /accounts`

Create an account

## Query parameters

- `update_if_exists` boolean

## Request body

- object
  - `owner` number — The ID of the user who owns the account.
  - `name` string — The account name.
  - `domain` string — The account domain.
  - `picture` string — The account logo URL.
  - `size` number — The account employee count.
  - `website` string — The account website URL.
  - `description` string — The account description.
  - `address` object — The primary address of the account.
  - `addresses` object[] — List of addresses associated with the account.
    - `city` string — The address city.
    - `country` string — The address country.
    - `region` string — Deprecated. Use `state_region` instead.
    - `state_region` string — The address state or region.
    - `street` string — The address street.
    - `zip` string — The address ZIP/postal code.
    - `_dirty` boolean — Deprecated. This field is ignored.
  - `email` string — The account email address.
  - `email_addresses` object[] — List of email addresses associated with the account.
    - `email` string, required
    - `_dirty` boolean — Deprecated. This field is ignored.
  - `phone_number` string — The primary phone number of the account.
  - `phone_numbers` object[] — List of phone numbers associated with the account.
    - `number` string, required
    - `type` string
    - `_dirty` boolean — Deprecated. This field is ignored.
  - `social_profiles` string[] — List of social profiles associated with the account.
  - `tags` string[] — List of tags associated with the account.
  - `links` string
  - `customers` object[] — List of customers associated with the account.
    - `id` number, required
    - `email` string
    - `name` string
  - `_dirty` boolean — Deprecated. This field is ignored.
  - `parent_account` number
  - `custom` object — Custom field values associated with the account.

## Response `default`

Successful

---

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