DocScoDoc/docs/samples/sample_user-create.json.md
2022-12-27 10:14:05 +01:00

32 lines
758 B
Markdown

### user-create
#### POST /user/create
> `Content-Type: application/json`
>
> `{"user_name": "alain", "dept": null, "nom": "alain", "prenom": "bruno", "active": true }`
```json
{
"active": true,
"date_created": "2022-08-20T12:00:00.000000+02:00",
"date_expiration": null,
"date_modif_passwd": "2022-08-20T12:00:00.000000+02:00",
"dept": null,
"email": "",
"id": 11,
"last_seen": "2022-08-20T12:00:00.000000+02:00",
"nom": "alain",
"nom_fmt": "Alain",
"nomcomplet": "Bruno Alain",
"nomplogin": "ALAIN Bruno (alain)",
"nomprenom": "Alain B.",
"prenom": "bruno",
"prenom_fmt": "Bruno",
"prenomnom": "B. Alain",
"roles_string": "",
"status_txt": "actif",
"user_name": "alain"
}
```