---
title: "Create an account list"
method: POST
path: "/v3/contact-account-lists"
tags: ["Account Lists"]
---

# Create an account list

`POST /v3/contact-account-lists`

<small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>

Creates a new account list for the current user's team. Names must be 3–128 characters and unique per team.

## Request body

- object
  - `name` string, required — Account list name (3 to 128 characters, unique per team)

## Response `201`

Account list created successfully

- object — Account list entity
  - `id` integer — Unique identifier of the account list
  - `name` string — Account list name

## Other responses

- `400` — Validation failure on the request body (e.g. name length out of range), or a business-rule rejection from the service layer.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `409` — An account list with the given name already exists in this team
- `429` — Too Many Requests

---

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