DocScoDoc/docs/samples/sample_users-query.json.md

52 lines
1.4 KiB
Markdown

### users-query
#### GET /users/query?starts_with=u_
```json
[
{
"date_expiration": null,
"date_modif_passwd": "2022-08-19T09:28:07.700732Z",
"date_created": "2022-08-19T09:28:07.700735Z",
"dept": "AA",
"id": 6,
"active": true,
"status_txt": "actif",
"last_seen": "2022-08-19T09:28:07.700726Z",
"nom": "U AA",
"prenom": "lambda",
"roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_",
"user_name": "u_AA",
"nom_fmt": "U Aa",
"prenom_fmt": "Lambda",
"nomprenom": "U Aa L.",
"prenomnom": "L. U Aa",
"nomplogin": "U AA Lambda (u_AA)",
"nomcomplet": "Lambda U Aa",
"email": ""
},
{
"date_expiration": null,
"date_modif_passwd": "2022-08-19T09:28:08.125041Z",
"date_created": "2022-08-19T09:28:08.125043Z",
"dept": "BB",
"id": 7,
"active": true,
"status_txt": "actif",
"last_seen": "2022-08-19T09:28:08.125034Z",
"nom": "U BB",
"prenom": "lambda",
"roles_string": "UsersViewer_TAPI,Viewer_,UsersViewer_AA,Viewer_,UsersViewer_BB,Viewer_",
"user_name": "u_BB",
"nom_fmt": "U Bb",
"prenom_fmt": "Lambda",
"nomprenom": "U Bb L.",
"prenomnom": "L. U Bb",
"nomplogin": "U BB Lambda (u_BB)",
"nomcomplet": "Lambda U Bb",
"email": ""
},
"... etc."
]
```