Signup

post

Create user

Path parameters
typestring · enumRequiredPossible values:
Body
one ofOptional
or
Responses
200

Default Response

application/json
post
/users/signup/{type}
POST /users/signup/{type} HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 385

{
  "email": "[email protected]",
  "password": "text",
  "personalData": {
    "fullName": "text",
    "cpf": "text",
    "rgOrDriverLicense": "text",
    "birthDate": "text",
    "phone": "text",
    "profession": "text"
  },
  "residentialAddress": {
    "zipCode": "text",
    "address": "text",
    "number": "text",
    "complement": "text",
    "district": "text",
    "city": "text",
    "state": "text"
  },
  "annualGrossIncome": 1,
  "financialInvestments": 1,
  "qualifiedInvestor": true
}
{
  "status": "text",
  "message": "text"
}

Was this helpful?