32 lines
743 B
Markdown
32 lines
743 B
Markdown
### user-create
|
|
|
|
#### POST /user/create
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"user_name": "alain", "dept": null, "nom": "alain", "prenom": "bruno", "active": true }`
|
|
|
|
```json
|
|
{
|
|
"date_expiration": null,
|
|
"date_modif_passwd": "2022-08-14T08:02:19.960831Z",
|
|
"date_created": "2022-08-14T08:02:19.960835Z",
|
|
"dept": null,
|
|
"id": 10,
|
|
"active": true,
|
|
"status_txt": "actif",
|
|
"last_seen": "2022-08-14T08:02:19.960825Z",
|
|
"nom": "alain",
|
|
"prenom": "bruno",
|
|
"roles_string": "",
|
|
"user_name": "alain",
|
|
"nom_fmt": "Alain",
|
|
"prenom_fmt": "Bruno",
|
|
"nomprenom": "Alain B.",
|
|
"prenomnom": "B. Alain",
|
|
"nomplogin": "ALAIN Bruno (alain)",
|
|
"nomcomplet": "Bruno Alain",
|
|
"email": ""
|
|
}
|
|
```
|
|
|