Create Users
Validations
Field
Format
Structural validation
Create the First User
Request
curl --location --request POST 'https://api.conomyhq.com/sandbox/identities' \
--header 'x-api-key: {YOUR_API_KEY}' \
--header 'User-Agent: {YOUR_APPLICATION_NAME}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'Accept: */*' \
--header 'Host: api.conomyhq.com' \
--header 'Connection: keep-alive' \
--data-raw '{
"type": "USER",
"name": "Service Provider 1",
"nickname": "SP1",
"email": "[email protected]",
"phone": "+5692111111",
"documentType": "RUT",
"documentNumber": "17604011-4",
"idv": "iv-23124",
"country": "CHL",
"securityOptions": {
"twoFactorEnabled": false
},
"children": []
}'Response
Create the Second User
Request
Response
Link Users to the Organization
Request
Response
Last updated

