diff --git a/README.md b/README.md index bb7b95b..7396c52 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +1. `task_visualization` permission is used for this API