---
title: "Create a managed customer account"
method: POST
path: "/public/v2/managed/customers"
tags: ["Managed"]
---

# Create a managed customer account

`POST /public/v2/managed/customers`

This endpoint is only callable with an authorized provider account.

## Request body

- CreateManagedCustomerRequest
  - `firstName` string, required — First name.
  - `lastName` string, required — Last name.
  - `email` string, required — Email address.
  - `phone` string, required — Phone number.
  - `locale` string, required — ISO 639-1 language code.
  - `businessName` string, nullable — Business name only required for enterprise customers.

## Response `200`

Successfully created customer account

- CreateManagedCustomerResponseServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` CreateManagedCustomerResponse
    - `accountNumber` string, nullable
    - `serviceAccountClientId` string, nullable
    - `serviceAccountSecret` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden from creating customer accounts
- `422` — Failed to create customer account

---

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