DocScoDoc/docs/samples/sample_user.json.md

28 lines
613 B
Markdown
Raw Normal View History

### user
#### GET /user/1
```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,
2022-12-27 09:54:58 +01:00
"email": "adresse.admin@toto.fr",
"id": 1,
"last_seen": "2022-08-20T12:00:00.000000+02:00",
"nom": "",
"nom_fmt": "admin",
"nomcomplet": " admin",
"nomplogin": "ADMIN (admin)",
"nomprenom": "admin",
"prenom": "",
"prenom_fmt": "",
"prenomnom": "admin",
"roles_string": "SuperAdmin_",
"status_txt": "actif",
"user_name": "admin"
}
```