forked from ScoDoc/DocScoDoc
71 lines
1.7 KiB
Markdown
71 lines
1.7 KiB
Markdown
### user-password
|
|
|
|
#### POST /user/3/password
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{ "password": "rePlaCemeNT456averylongandcomplicated" }`
|
|
|
|
```json
|
|
{
|
|
"active": true,
|
|
"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",
|
|
"date_expiration": null,
|
|
"date_modif_passwd": "2022-08-20T12:00:00.000000+02:00",
|
|
"dept": "TAPI",
|
|
"email": "",
|
|
"email_institutionnel": "",
|
|
"id": 3,
|
|
"last_seen": "2022-08-20T12:00:00.000000+02:00",
|
|
"nom": "Sans",
|
|
"nom_fmt": "Sans",
|
|
"nomcomplet": "Permission Sans",
|
|
"nomplogin": "SANS Permission (other)",
|
|
"nomprenom": "Sans P.",
|
|
"prenom": "Permission",
|
|
"prenom_fmt": "Permission",
|
|
"prenomnom": "P. Sans",
|
|
"roles_string": "",
|
|
"status_txt": "actif",
|
|
"user_name": "other"
|
|
}
|
|
```
|
|
|
|
#### POST /user/3/password
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{ "password": "too_simple" }`
|
|
|
|
```json
|
|
{
|
|
"active": true,
|
|
"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",
|
|
"date_expiration": null,
|
|
"date_modif_passwd": "2022-08-20T12:00:00.000000+02:00",
|
|
"dept": "TAPI",
|
|
"email": "",
|
|
"email_institutionnel": "",
|
|
"id": 3,
|
|
"last_seen": "2022-08-20T12:00:00.000000+02:00",
|
|
"nom": "Sans",
|
|
"nom_fmt": "Sans",
|
|
"nomcomplet": "Permission Sans",
|
|
"nomplogin": "SANS Permission (other)",
|
|
"nomprenom": "Sans P.",
|
|
"prenom": "Permission",
|
|
"prenom_fmt": "Permission",
|
|
"prenomnom": "P. Sans",
|
|
"roles_string": "",
|
|
"status_txt": "actif",
|
|
"user_name": "other"
|
|
}
|
|
```
|
|
|