JSONrpc for quiteGroup #1206
Unanswered
CairbreMadog
asked this question in
Q&A
Replies: 1 comment
-
The second one is correct. Are you sure you're using the correct groupId? There should be no |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to generate some JSON-rpc to quiteGroup:
This is what I am currently using: But it does not work:
{"jsonrpc":"2.0","method":"quitGroup","params":{"name":"GroupName", "groupId":"group.ABCDEFG="},"id":4561}
or
{"jsonrpc":"2.0","method":"quitGroup","params":{"groupId";"group.ABCDEFG="},"id":"56546}
Beta Was this translation helpful? Give feedback.
All reactions