We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accaa17 commit 6636035Copy full SHA for 6636035
1 file changed
README.md
@@ -138,6 +138,10 @@ Get a list of users and other data:
138
139
```java
140
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);
145
//params.put("limit", 10);
146
JsonObject response = userService.getList( params );
147
System.out.println("response: " + response.toString() );
0 commit comments