Previous page

Next page

Locate page in Contents

Print this page

del_from_group

Summary:

Remove a user or a group from a group.

Request specification:

Name

Min/Max

Type

Description

del_from_group

1..1

auth_nameType

The member user or member group information.

{

 

 

 

group

1..[]

auth_nameType

The list of the groups to remove the specified user/group from.

}

 

 

 

Returns:

OK/Errors.

Description:

The call removes the specified user or group from the specified group(s). To delete a user or a group from the database (realm), use del_user or del_group.

Example:

Input

<packet version="4.0.0" id="2">

<target>authm</target>

<data>

<authm>

<del_from_group>

<name>VGVzdF9Vc2Vy</name>

<group>

<name>Q049QWRtaW5pc3RyYXRvcnMsQ049Um9sZXMsREM9U1dB</name>

</group>

</del_from_group>

</authm>

</data>

</packet>

Output

<packet id="16c446896aatf3e" version="4.0.0">

<origin>authm</origin>

<data>

<authm>

<ok/>

</authm>

</data>

</packet>

Please send us your feedback on this help page