From ddc153ad951d8bf2125bf64f2e06013730f8bee1 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 11 Jun 2012 21:16:05 -0500 Subject: Added scripts for test data. --- scripts/json/group-show.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/json/group-show.json (limited to 'scripts/json/group-show.json') diff --git a/scripts/json/group-show.json b/scripts/json/group-show.json new file mode 100644 index 0000000..7d5895e --- /dev/null +++ b/scripts/json/group-show.json @@ -0,0 +1,10 @@ +{ + "method": "group_show", + "params": [ + [ "ipausers" ], + { + "all": false, + "rights": true + } + ] +} -- cgit