AddGroupMembers method
You can use the AddGroupMembers method with any object that contains an object grouping definition. This method allows you to add one or more members to 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 exampleb /qNxGroupDef . |
Yes | String |
| qMembers |
Array of IDs for the objects and/or subgroups to add to the group. |
Yes | Array of NxGroupObjectId |
| qTargetGroupId |
Name of the group the Members will be added to (if not the called object). |
No | String |
| qPosId |
Id of the member whose position to insert into. |
No | String |
Access Control
update