Authorization: Bearer ********************
{
"name": "Lam",
"surname": "Pham",
"identification_type": "INE",
"identification_value": 194438996,
"birthdate": "1991-05-25",
"gender": "MALE",
"email": "lam.pham@mxmidas.com",
"phone": "84949207417",
"tax_identification_type": "RFC",
"tax_identification_value": 20423456789,
"nationality": "MEX",
"tax_condition": "VAT_REGISTERED",
"legal_address": {
"street_name": "Av. Corrientes",
"street_number": 300,
"floor": 1,
"apartment": "A",
"zip_code": 1414,
"neighborhood": "Villa Crespo",
"city": "CABA",
"region": "Buenos Aires",
"additional_info": "Torre 2",
"country": "MEX"
},
"operation_country": "MEX"
}
curl --location --request POST '/users/v1/' \
--header 'Content-type: application/json;' \
--data-raw '{
"name": "Lam",
"surname": "Pham",
"identification_type": "INE",
"identification_value": 194438996,
"birthdate": "1991-05-25",
"gender": "MALE",
"email": "lam.pham@mxmidas.com",
"phone": "84949207417",
"tax_identification_type": "RFC",
"tax_identification_value": 20423456789,
"nationality": "MEX",
"tax_condition": "VAT_REGISTERED",
"legal_address": {
"street_name": "Av. Corrientes",
"street_number": 300,
"floor": 1,
"apartment": "A",
"zip_code": 1414,
"neighborhood": "Villa Crespo",
"city": "CABA",
"region": "Buenos Aires",
"additional_info": "Torre 2",
"country": "MEX"
},
"operation_country": "MEX"
}'
{
"data": {
"id": "usr-2qNbahIJjuXRkrJxpAUJaCqfBDU",
"name": "Lam",
"surname": "Pham",
"identification_type": "INE",
"identification_value": "194438996",
"tax_identification_type": "RFC",
"tax_identification_value": "20423456789",
"birthdate": "1991-05-25",
"gender": "MALE",
"email": "lam.pham@mxmidas.com",
"phone": "84949207417",
"status": "ACTIVE",
"operation_country": "MEX",
"legal_address": {
"floor": "1",
"street_name": "Av. Corrientes",
"street_number": "300",
"apartment": "A",
"city": "CABA",
"region": "Buenos Aires",
"zip_code": "1414",
"neighborhood": "Villa Crespo",
"country": "MEX",
"additional_info": "Torre 2"
},
"client_id": "cli-2QwjxfTzS7j4bKofxSemnOx0py6",
"nationality": "MEX",
"tax_condition": "VAT_REGISTERED"
}
}