DeleteUsersFromGroup Method
Deletes a set of Users from a Group.
Required Permissions
UserCreateSyntax
public void DeleteUsersFromGroup(
System.long[] userIdArray,
System.long parentGroupId
)Public Sub DeleteUsersFromGroup( _
ByVal userIdArray() As System.Long, _
ByVal parentGroupId As System.Long _
) Parameters
| Name | Description |
|---|---|
| userIdArray | An array of User IDs. |
| parentGroupId | The ID of the Group. |