groupLeaveRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| groupId (int) | 1/1 | The group id of the group. |
| groupIds (int) | 1/unbounded | The group ids of the groups to leave. |
| quiet (boolean) | 1/1 | If true a info message about to leave is send to the user leaving otherwise it will only be send to the users that are still in the group. |
JSON
| property | type | description |
|---|---|---|
| groupId | groupId (int) | The group id of the group. |
| groupIds | array of groupIds (int) | The group ids of the groups to leave. |
| quiet | quiet (boolean) | If true a info message about to leave is send to the user leaving otherwise it will only be send to the users that are still in the group. |