Skip to content

Commit 6636035

Browse files
author
Dhananjay Patil
authored
Update README.md
1 parent accaa17 commit 6636035

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ Get a list of users and other data:
138138

139139
```java
140140
HashMap <String,Object> params = new HashMap<String,Object>();
141+
//ArrayList<Object> idsArray = new ArrayList<Object>();
142+
//idsArray.add("29f57b59-60af-4579-9d6c-2ebcb36a9142");
143+
//idsArray.add("12f57b59-60af-4579-9d6c-2ebcb36a9123");
144+
//params.put("ids", idsArray);
141145
//params.put("limit", 10);
142146
JsonObject response = userService.getList( params );
143147
System.out.println("response: " + response.toString() );

0 commit comments

Comments
 (0)