Skip to content

Commit 174c3da

Browse files
authored
Update README.md
1 parent 7b326fc commit 174c3da

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ Run `./mvnw`
1818
```json
1919
[
2020
{
21-
"id" : 15,
22-
"userName": "helen.kelly",
23-
"lastName": "Kelly",
24-
"firstName": "Helen",
25-
"title": "Mrs.",
26-
"jobTitle": "HR manager",
27-
"lastConnection": "2020-06-29T08:54:23+0000",
28-
"lastUpdate": "2020-01-02T13:54:23+0000",
29-
"enabled": true,
30-
"createdBy": -1,
31-
"managerUserId": 21,
32-
"creationDate": "2019-01-02T13:54:23+0000",
33-
"iconId: 123
21+
"id" : 15,
22+
"userName": "helen.kelly",
23+
"lastName": "Kelly",
24+
"firstName": "Helen",
25+
"title": "Mrs.",
26+
"jobTitle": "HR manager",
27+
"lastConnection": "2020-06-29T08:54:23+0000",
28+
"lastUpdate": "2020-01-02T13:54:23+0000",
29+
"enabled": true,
30+
"createdBy": -1,
31+
"managerUserId": 21,
32+
"creationDate": "2019-01-02T13:54:23+0000",
33+
"iconId: 123
3434
}
3535
]
3636
```
3737
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.
38-
1. `task_visualization` permission is used for this API
38+
1. `task_visualization` permission is used for this API

0 commit comments

Comments
 (0)