User - Create
Questo servizio permette la creazione di un'utenza con relativo wallet. Può essere chiamato solo da utenti di tipo admin.
Create user
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "OK",
"data": [
{
"id": 01,
"cf": "RSSMRA01A01F205Q",
"email": "[email protected]",
"password": "LIVE_uiymc0dpdcj712og4omk",
"sandbox_password": "SANDBOX_5emetfiiqpziifz3h14i",
"ethereum_wallet": "x4dn8jo6vns9u0oae9enys4mnngd3m51rrnbjtja",
"algorand_wallet": "aptg72d68xhpo6p74z7pg2y4omyr8xgo7huvke74l59unkf8aq63iluofr",
"creation_date": "2021-01-01 01:01:01",
"created_by": 12345
}
]
}// EMAIL GIA ESISTENTE
{
"error": {
"code": "3_asini_tristi",
"details": "A user with this email already exists."
}
}
// CF GIA PRESENTE
{
"error": {
"code": "3_asini_tristi",
"details": "A user with this CF already exists."
}
}Headers
Name
Type
Description
Last updated
Was this helpful?