Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 29, 2020
1 parent 7b326fc commit 174c3da
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ Run `./mvnw`
```json
[
{
"id" : 15,
"userName": "helen.kelly",
"lastName": "Kelly",
"firstName": "Helen",
"title": "Mrs.",
"jobTitle": "HR manager",
"lastConnection": "2020-06-29T08:54:23+0000",
"lastUpdate": "2020-01-02T13:54:23+0000",
"enabled": true,
"createdBy": -1,
"managerUserId": 21,
"creationDate": "2019-01-02T13:54:23+0000",
"iconId: 123
"id" : 15,
"userName": "helen.kelly",
"lastName": "Kelly",
"firstName": "Helen",
"title": "Mrs.",
"jobTitle": "HR manager",
"lastConnection": "2020-06-29T08:54:23+0000",
"lastUpdate": "2020-01-02T13:54:23+0000",
"enabled": true,
"createdBy": -1,
"managerUserId": 21,
"creationDate": "2019-01-02T13:54:23+0000",
"iconId: 123
}
]
```
1.`o=userName ASC` can be used to sort the response array by userName, see [UserSearchDescriptor](https://documentation.bonitasoft.com/javadoc/api/7.10.5/org/bonitasoft/engine/identity/UserSearchDescriptor.html) for compatible sort descriptors.
1. `task_visualization` permission is used for this API
1. `task_visualization` permission is used for this API

0 comments on commit 174c3da

Please sign in to comment.