# 520004: Profile already exists

Log Type: TWILIO

Log Level: ERROR

## Description

Unique constraint violation occurred during creation.

### Possible causes

* The client application submitted a `POST` request containing a profile identifier that is already mapped to an active user profile

### Possible solutions

* Execute a `GET` request to verify the availability of the identifier before attempting profile creation
* Utilize globally unique identifiers like UUIDs
