DocScoDoc/docs/samples/sample_user-create.json.md

37 lines
905 B
Markdown
Raw Permalink Normal View History

2022-08-13 19:29:08 +02:00
### user-create
#### POST /user/create
> `Content-Type: application/json`
>
> `{"user_name": "alain", "dept": null, "nom": "alain", "prenom": "bruno", "active": true }`
```json
{
"active": true,
2023-05-11 17:08:35 +02:00
"cas_allow_login": false,
"cas_allow_scodoc_login": false,
"cas_id": null,
"cas_last_login": null,
"date_created": "2022-08-20T12:00:00.000000+02:00",
2022-08-13 19:29:08 +02:00
"date_expiration": null,
"date_modif_passwd": "2022-08-20T12:00:00.000000+02:00",
2022-08-13 19:29:08 +02:00
"dept": null,
"email": "",
2023-05-11 17:08:35 +02:00
"email_institutionnel": "",
2022-12-27 09:54:58 +01:00
"id": 11,
"last_seen": "2022-08-20T12:00:00.000000+02:00",
2022-08-13 19:29:08 +02:00
"nom": "alain",
"nom_fmt": "Alain",
"nomcomplet": "Bruno Alain",
"nomplogin": "ALAIN Bruno (alain)",
2022-08-13 19:29:08 +02:00
"nomprenom": "Alain B.",
"prenom": "bruno",
"prenom_fmt": "Bruno",
2022-08-13 19:29:08 +02:00
"prenomnom": "B. Alain",
"roles_string": "",
"status_txt": "actif",
"user_name": "alain"
2022-08-13 19:29:08 +02:00
}
```