---
title: "POST /domains/{DomainName}/profiles"
method: POST
path: "/domains/{DomainName}/profiles"
---

# POST /domains/{DomainName}/profiles

`POST /domains/{DomainName}/profiles`

Creates a standard profile.

A standard profile represents the following attributes for a customer profile in a domain.

## Path parameters

- `DomainName` string, required

## Request body

- object
  - `AccountNumber` string — A unique account number that you have given to the customer.
  - `AdditionalInformation` string — Any additional information relevant to the customer’s profile.
  - `PartyType` 'INDIVIDUAL' | 'BUSINESS' | 'OTHER' — The type of profile used to describe the customer.
  - `BusinessName` string — The name of the customer’s business.
  - `FirstName` string — The customer’s first name.
  - `MiddleName` string — The customer’s middle name.
  - `LastName` string — The customer’s last name.
  - `BirthDate` string — The customer’s birth date.
  - `Gender` 'MALE' | 'FEMALE' | 'UNSPECIFIED' — The gender with which the customer identifies.
  - `PhoneNumber` string — The customer’s phone number, which has not been specified as a mobile, home, or business number.
  - `MobilePhoneNumber` string — The customer’s mobile phone number.
  - `HomePhoneNumber` string — The customer’s home phone number.
  - `BusinessPhoneNumber` string — The customer’s business phone number.
  - `EmailAddress` string — The customer’s email address, which has not been specified as a personal or business address.
  - `PersonalEmailAddress` string — The customer’s personal email address.
  - `BusinessEmailAddress` string — The customer’s business email address.
  - `Address` object — A generic address associated with the customer that is not mailing, shipping, or billing.
    - `Address1` string — The first line of a customer address.
    - `Address2` string — The second line of a customer address.
    - `Address3` string — The third line of a customer address.
    - `Address4` string — The fourth line of a customer address.
    - `City` string — The city in which a customer lives.
    - `County` string — The county in which a customer lives.
    - `State` string — The state in which a customer lives.
    - `Province` string — The province in which a customer lives.
    - `Country` string — The country in which a customer lives.
    - `PostalCode` string — The postal code of a customer address.
  - `ShippingAddress` object — A generic address associated with the customer that is not mailing, shipping, or billing.
    - `Address1` string — The first line of a customer address.
    - `Address2` string — The second line of a customer address.
    - `Address3` string — The third line of a customer address.
    - `Address4` string — The fourth line of a customer address.
    - `City` string — The city in which a customer lives.
    - `County` string — The county in which a customer lives.
    - `State` string — The state in which a customer lives.
    - `Province` string — The province in which a customer lives.
    - `Country` string — The country in which a customer lives.
    - `PostalCode` string — The postal code of a customer address.
  - `MailingAddress` object — A generic address associated with the customer that is not mailing, shipping, or billing.
    - `Address1` string — The first line of a customer address.
    - `Address2` string — The second line of a customer address.
    - `Address3` string — The third line of a customer address.
    - `Address4` string — The fourth line of a customer address.
    - `City` string — The city in which a customer lives.
    - `County` string — The county in which a customer lives.
    - `State` string — The state in which a customer lives.
    - `Province` string — The province in which a customer lives.
    - `Country` string — The country in which a customer lives.
    - `PostalCode` string — The postal code of a customer address.
  - `BillingAddress` object — A generic address associated with the customer that is not mailing, shipping, or billing.
    - `Address1` string — The first line of a customer address.
    - `Address2` string — The second line of a customer address.
    - `Address3` string — The third line of a customer address.
    - `Address4` string — The fourth line of a customer address.
    - `City` string — The city in which a customer lives.
    - `County` string — The county in which a customer lives.
    - `State` string — The state in which a customer lives.
    - `Province` string — The province in which a customer lives.
    - `Country` string — The country in which a customer lives.
    - `PostalCode` string — The postal code of a customer address.
  - `Attributes` object — A key value pair of attributes of a customer profile.
  - `PartyTypeString` string — An alternative to <code>PartyType</code> which accepts any string as input.
  - `GenderString` string — An alternative to <code>Gender</code> which accepts any string as input.

## Response `200`

Success

- CreateProfileResponse
  - `ProfileId` string, required — The unique identifier of a customer profile.

## Other responses

- `480` — BadRequestException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/customer-profiles.md) · [All operations](https://skmtc.net/aws/apis/customer-profiles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/customer-profiles/versions/471944106c88/schema)
