RemoveGroupMembers method
You can use the RemoveGroupMembers method with any object that contains an object grouping definition. This method allows you to remove one or more members from an existing group of objects directly.
Warning noteEXPERIMENTAL.
This API is under development. Do not rely on it. It may change or be removed in future versions.
This API is under development. Do not rely on it. It may change or be removed in future versions.
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qPath |
Path to the definition of the object to be selected. For example /qNxGroupDef . |
Yes | String |
| qMembers |
Array of IDs for the objects and/or subgroups to remove from the group. |
Yes | Array of String |
| qTargetGroupId |
Name of the group the Members will be removed from (if not the called object). |
No | String |
Access Control
update