{
"customer": {
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
"organization": {
"name": "company_name",
"description": "organization description",
"company_name": "Company",
"skip_default_subscription": true,
"parent_organization": "5d702bf8-e908-41df-92de-feea0acf2f4e"
},
"user": {
"email": "user@clone-systems.com",
"first_name": "Joe",
"last_name": "Doe",
"locale": "en",
"timezone": "UTC",
"phone": "2353032211",
"mobile_phone": "+3053032211",
"url": "clone-systems.com",
"title": "Software Engineer",
"address": "Street 33",
"city": "Athens",
"state": "State",
"country": "Greece",
"zipcode": "10431",
"comment": "A comment",
"confirmed": true,
"password": "password123",
"password_confirmation": "password123"
},
"plans": [
{
"plan": "vrms_plan",
"partner": true,
"interval": "none",
"start_date": "string",
"end_date": "string"
}
]
}
}
curl --location --request POST '/v2/users/create_customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": {
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
"organization": {
"name": "company_name",
"description": "organization description",
"company_name": "Company",
"skip_default_subscription": true,
"parent_organization": "5d702bf8-e908-41df-92de-feea0acf2f4e"
},
"user": {
"email": "user@clone-systems.com",
"first_name": "Joe",
"last_name": "Doe",
"locale": "en",
"timezone": "UTC",
"phone": "2353032211",
"mobile_phone": "+3053032211",
"url": "clone-systems.com",
"title": "Software Engineer",
"address": "Street 33",
"city": "Athens",
"state": "State",
"country": "Greece",
"zipcode": "10431",
"comment": "A comment",
"confirmed": true,
"password": "password123",
"password_confirmation": "password123"
},
"plans": [
{
"plan": "vrms_plan",
"partner": true,
"interval": "none",
"start_date": "string",
"end_date": "string"
}
]
}
}'