---
title: "POST /profile"
method: POST
path: "/profile"
---

# POST /profile

`POST /profile`

Creates an empty Route 53 Profile.

## Request body

- object
  - `ClientToken` string, required — <code>ClientToken</code> is an idempotency token that ensures a call to <code>CreateProfile</code> completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from <code>CreateProfile</code>. In this case, safely retry your call to <code>CreateProfile</code> by using the same <code>CreateProfile</code> parameter value.
  - `Name` string, required — A name for the Profile.
  - `Tags` Tag[] — A list of the tag keys and values that you want to associate with the Route 53 Profile.
    - `Key` string, required — Key associated with the <code>Tag</code>.
    - `Value` string, required — Value for the Tag.

## Response `200`

Success

- CreateProfileResponse
  - `Profile` object — The Profile that you just created.
    - `Arn` string — The Amazon Resource Name (ARN) of the Profile.
    - `ClientToken` string — The <code>ClientToken</code> value that was assigned when the Profile was created.
    - `CreationTime` string, date-time — The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
    - `Id` string — ID of the Profile.
    - `ModificationTime` string, date-time — The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
    - `Name` string — Name of the Profile.
    - `OwnerId` string — Amazon Web Services account ID of the Profile owner.
    - `ShareStatus` 'NOT_SHARED' | 'SHARED_WITH_ME' | 'SHARED_BY_ME' — Sharing status for the Profile.
    - `Status` 'COMPLETE' | 'DELETING' | 'UPDATING' | 'CREATING' | 'DELETED' | 'FAILED' — The status for the Profile.
    - `StatusMessage` string — Status message that includes additiona information about the Profile.

## Other responses

- `480` — LimitExceededException
- `481` — InvalidParameterException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — AccessDeniedException

---

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