UsersCreate User

Create User

curl -X POST "https://sandbox-api.aparatech.io/v3/users/individual" \
  -H "Content-Type: application/json" \
  -H "MID: example_string" \
  -d '{
  "firstName": "John Doe",
  "lastName": "John Doe",
  "email": "user@example.com",
  "dob": "2024-12-25",
  "phone": "+1-555-0123",
  "phoneCode": "+1-555-0123",
  "country": "USA",
  "address": {
    "street": "example_string",
    "city": "New York",
    "state": "example_string",
    "postalCode": "example_string"
  }
}'
{}
POST
/v3/users/individual
Request Preview
Response

Response will appear here after sending the request

Headers

Responses

User Created