2022-08-11 18:19:20 +02:00
|
|
|
### users-query
|
|
|
|
|
|
|
|
#### GET /users/query?starts_with=u_
|
|
|
|
```json
|
|
|
|
[
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"active": true,
|
|
|
|
"date_created": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"date_expiration": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"date_modif_passwd": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"dept": "AA",
|
2022-08-21 12:13:57 +02:00
|
|
|
"email": "",
|
2022-08-11 18:19:20 +02:00
|
|
|
"id": 6,
|
2022-08-21 12:13:57 +02:00
|
|
|
"last_seen": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"nom": "U AA",
|
|
|
|
"nom_fmt": "U Aa",
|
2022-08-21 12:13:57 +02:00
|
|
|
"nomcomplet": "Lambda U Aa",
|
|
|
|
"nomplogin": "U AA Lambda (u_AA)",
|
2022-08-11 18:19:20 +02:00
|
|
|
"nomprenom": "U Aa L.",
|
2022-08-21 12:13:57 +02:00
|
|
|
"prenom": "lambda",
|
|
|
|
"prenom_fmt": "Lambda",
|
2022-08-11 18:19:20 +02:00
|
|
|
"prenomnom": "L. U Aa",
|
2022-08-21 12:13:57 +02:00
|
|
|
"roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_",
|
|
|
|
"status_txt": "actif",
|
|
|
|
"user_name": "u_AA"
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"active": true,
|
|
|
|
"date_created": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"date_expiration": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"date_modif_passwd": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"dept": "BB",
|
2022-08-21 12:13:57 +02:00
|
|
|
"email": "",
|
2022-08-11 18:19:20 +02:00
|
|
|
"id": 7,
|
2022-08-21 12:13:57 +02:00
|
|
|
"last_seen": "2022-08-20T12:00:00.000000+02:00",
|
2022-08-11 18:19:20 +02:00
|
|
|
"nom": "U BB",
|
|
|
|
"nom_fmt": "U Bb",
|
2022-08-21 12:13:57 +02:00
|
|
|
"nomcomplet": "Lambda U Bb",
|
|
|
|
"nomplogin": "U BB Lambda (u_BB)",
|
2022-08-11 18:19:20 +02:00
|
|
|
"nomprenom": "U Bb L.",
|
2022-08-21 12:13:57 +02:00
|
|
|
"prenom": "lambda",
|
|
|
|
"prenom_fmt": "Lambda",
|
2022-08-11 18:19:20 +02:00
|
|
|
"prenomnom": "L. U Bb",
|
2022-08-21 12:13:57 +02:00
|
|
|
"roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_,UsersViewer_BB,Viewer_",
|
|
|
|
"status_txt": "actif",
|
|
|
|
"user_name": "u_BB"
|
2022-08-19 11:47:13 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"..."
|
2022-08-11 18:19:20 +02:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|