UsersCreate User

Create User

curl -X POST "https://sandbox-api.aparatech.io/v1/public/users/individual" \
  -H "Content-Type: application/json" \
  -H "MID: example_string" \
  -d '{
  "Name": "John Doe",
  "email": "user@example.com",
  "phone": "+1-555-0123",
  "phoneCode": "+1-555-0123"
}'
{
  "status": "success",
  "data": {
    "userId": "OCUX-17787572552482148"
  }
}
POST
/v1/public/users/individual
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Headers

Responses

statusstring
dataobject