{ "DataNascimento": "", "CPF": "", "CPNJ": "" }
curl --location --request POST 'https://api.ideiabusiness.com.br/w2b/api/IdeiaSigner/Integracao/CadastrarUsuario' \ --header 'Authorization: '\''<API_TOKEN>'\''' \ --header 'Content-Type: application/json' \ --data-raw '{ "DataNascimento": "", "CPF": "", "CPNJ": "" }'
{ "Success": <bool>, "Message": <string>, "RedirectUrl": <string>, "StatusCode":<int>, "Data": <object> { "id": <string>, "name": <string>, "email": <string>, "identifier": <string>, "role": <string>, "parentId": null, // [Irrelevante] "administrator": <bool>, "manager": <bool>, "parentRoles": null }, "showNameWarning": <bool> // [Irrelevante] } }