Summary:
Removes a user or a member group from a group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
Parent group information. |
|
|
|
|
|
|
|
The group name. |
|
|
|
|
|
|
|
|
|
|
|
The user to remove from the parent group. |
|
|
|
|
|
|
|
User name. |
|
|
|
|
|
|
|
The member group to remove from the parent group. |
|
|
|
|
|
|
|
Group name. |
|
|
|
|
|
|
|
|
|
|
|
|
Returns:
OK/Errors
Description:
The call removes a user or a member group from a parent group. The call does not delete a user or a group from the system, it simply cancels their membership in the parent group.
Example:
Removing the user TestUser
from the group TestGroup
in the specified server.
<packet version="4.0.0" id="2">
<dst>
<host>9bafbeb7-85f7-499e-a210-40e00850a5f3</host>
</dst>
<target>userm</target>
<data>
<userm>
<group_del_user>
<group>
<name>TestGroup</name>
</group>
<user>
<name>TestUser</name>
</user>
</group_del_user>
</userm>
</data>
</packet>