v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYC > Profile Management

Create user profile

Create a new user profile with basic information

post/verify/create_user_profile

Request body

first_namestring
middle_namestring
last_namestring
second_last_namestring
date_of_birthstring date
full_namestring
email_addressstring email
phone_numberstring
client_reference_idstring
client_reference_dataobject
events_callback_urlstring
tagsstring[]

List of tag names to associate with this user profile. Tags will be created if they don't exist.

Example request

{
  "address": {
    "address_street_1": "222 Palm Street",
    "address_city": "Santa Monica",
    "address_state": "CA",
    "address_zip_code": "93251",
    "address_country": "US"
  },
  "events_callback_url": "https://yourwebsite.com/aiprise-callback",
  "tags": [
    "vip",
    "high-risk"
  ]
}

Response

Successful operation

user_profile_idstring