52 lines
1.5 KiB
Markdown
52 lines
1.5 KiB
Markdown
### users-query
|
|
|
|
#### GET /users/query?starts_with=u_
|
|
```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": "AA",
|
|
"email": "",
|
|
"id": 6,
|
|
"last_seen": "2022-08-20T12:00:00.000000+02:00",
|
|
"nom": "U AA",
|
|
"nom_fmt": "U Aa",
|
|
"nomcomplet": "Lambda U Aa",
|
|
"nomplogin": "U AA Lambda (u_AA)",
|
|
"nomprenom": "U Aa L.",
|
|
"prenom": "lambda",
|
|
"prenom_fmt": "Lambda",
|
|
"prenomnom": "L. U Aa",
|
|
"roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_",
|
|
"status_txt": "actif",
|
|
"user_name": "u_AA"
|
|
},
|
|
{
|
|
"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": "BB",
|
|
"email": "",
|
|
"id": 7,
|
|
"last_seen": "2022-08-20T12:00:00.000000+02:00",
|
|
"nom": "U BB",
|
|
"nom_fmt": "U Bb",
|
|
"nomcomplet": "Lambda U Bb",
|
|
"nomplogin": "U BB Lambda (u_BB)",
|
|
"nomprenom": "U Bb L.",
|
|
"prenom": "lambda",
|
|
"prenom_fmt": "Lambda",
|
|
"prenomnom": "L. U Bb",
|
|
"roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_,UsersViewer_BB,Viewer_",
|
|
"status_txt": "actif",
|
|
"user_name": "u_BB"
|
|
},
|
|
"..."
|
|
]
|
|
```
|
|
|