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

# PUT /domains/{DomainName}/profiles/objects

`PUT /domains/{DomainName}/profiles/objects`

Adds additional objects to customer profiles of a given ObjectType.

When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile.

When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.

PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.

## Path parameters

- `DomainName` string, required

## Request body

- object
  - `ObjectTypeName` string, required — The name of the profile object type.
  - `Object` string, required — A string that is serialized from a JSON object.

## Response `200`

Success

- PutProfileObjectResponse
  - `ProfileObjectUniqueKey` string — The unique identifier of the profile object generated by the service.

## 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)
