---
title: "Create user profile"
method: POST
path: "/verify/create_user_profile"
tags: ["KYC > Profile Management"]
---

# Create user profile

`POST /verify/create_user_profile`

Create a new user profile with basic information

## Request body

- CreateUserProfileRequest
  - `first_name` string
  - `middle_name` string
  - `last_name` string
  - `second_last_name` string
  - `date_of_birth` string, date
  - `full_name` string
  - `address` Address
    - `address_street_1` string — Address street 1
    - `address_street_2` string — Address street 2
    - `address_city` string — Address city
    - `address_state` string — Address state or region
    - `address_zip_code` string — Address zip code
    - `address_country` string — 2-letter address country code
  - `email_address` string, email
  - `phone_number` string
  - `client_reference_id` string
  - `client_reference_data` object
  - `events_callback_url` string
  - `tags` string[] — List of tag names to associate with this user profile. Tags will be created if they don't exist.

## Response `200`

Successful operation

- object
  - `user_profile_id` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/aiprise/apis/aiprise-apis.md) · [All operations](https://skmtc.net/aiprise/apis/aiprise-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiprise/aiprise-apis/revisions/f1e9dc8f2dd5/schema)
