Previous page

Next page

Locate page in Contents

Print this page

group_del_user

Summary:

Removes a user or a member group from a group.

Request specification:

Name

Min/Max

Type

Description

group_del_user

0..[]

 

 

{

 

 

 

group

1..1

 

Parent group information.

{

 

 

 

name

1..1

string

The group name.

}

 

 

 

[

 

 

 

user

1..1

 

The user to remove from the parent group.

{

 

 

 

name

0..1

string

User name.

}

 

 

 

member_group

0..1

 

The member group to remove from the parent group.

{

 

 

 

name

0..1

string

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>

Please send us your feedback on this help page