---
title: "Create a customer user"
method: POST
path: "/customers/{id}/users"
tags: ["Customers"]
---

# Create a customer user

`POST /customers/{id}/users`

Create a new customer user with the provided information

## Path parameters

- `id` string, required

## Request body

- CreateCustomerUserInput
  - `email` string
  - `first_name` string
  - `last_name` string

## Response `201`

Created

- CustomerUser
  - `created_at` string
  - `email` string
  - `first_name` string
  - `id` string
  - `job_title` string
  - `last_name` string
  - `phone` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
