---
title: "POST /v2/domains/{domainIdentifier}/environment-profiles"
method: POST
path: "/v2/domains/{domainIdentifier}/environment-profiles"
---

# POST /v2/domains/{domainIdentifier}/environment-profiles

`POST /v2/domains/{domainIdentifier}/environment-profiles`

Creates an Amazon DataZone environment profile.

## Path parameters

- `domainIdentifier` string, required

## Request body

- object
  - `name` string, password, required — The name of this Amazon DataZone environment profile.
  - `description` string, password — The description of this Amazon DataZone environment profile.
  - `environmentBlueprintIdentifier` string, required — The ID of the blueprint with which this environment profile is created.
  - `projectIdentifier` string, required — The identifier of the project in which to create the environment profile.
  - `userParameters` EnvironmentParameter[] — The user parameters of this Amazon DataZone environment profile.
    - `name` string — The name of an environment profile parameter.
    - `value` string — The value of an environment profile parameter.
  - `awsAccountId` string — The Amazon Web Services account in which the Amazon DataZone environment is created.
  - `awsAccountRegion` string — The Amazon Web Services region in which this environment profile is created.

## Response `201`

Success

- CreateEnvironmentProfileOutput
  - `id` string, required — The ID of this Amazon DataZone environment profile.
  - `domainId` string, required — The ID of the Amazon DataZone domain in which this environment profile is created.
  - `awsAccountId` string — The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
  - `awsAccountRegion` string — The Amazon Web Services region in which this Amazon DataZone environment profile is created.
  - `createdBy` string, required — The Amazon DataZone user who created this environment profile.
  - `createdAt` string, date-time — The timestamp of when this environment profile was created.
  - `updatedAt` string, date-time — The timestamp of when this environment profile was updated.
  - `name` string, password, required — The name of this Amazon DataZone environment profile.
  - `description` string, password — The description of this Amazon DataZone environment profile.
  - `environmentBlueprintId` string, required — The ID of the blueprint with which this environment profile is created.
  - `projectId` string — The ID of the Amazon DataZone project in which this environment profile is created.
  - `userParameters` CustomParameter[] — The user parameters of this Amazon DataZone environment profile.
    - `keyName` string, required — The key name of the parameter.
    - `description` string, password — The description of the parameter.
    - `fieldType` string, required — The filed type of the parameter.
    - `defaultValue` string — The default value of the parameter.
    - `isEditable` boolean — Specifies whether the parameter is editable.
    - `isOptional` boolean — Specifies whether the custom parameter is optional.
    - `isUpdateSupported` boolean — Specifies whether a parameter value can be updated after creation.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ServiceQuotaExceededException
- `485` — ConflictException
- `486` — ValidationException
- `487` — UnauthorizedException

---

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