AddUsersToGroup Method
Adds a set of Users to a Group.
Required Permissions
UserCreateSyntax
public void AddUsersToGroup(
System.long[] userIdArray,
System.long parentGroupId
)Public Sub AddUsersToGroup( _
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. |
Remarks
Users will automatically inherit the roles and vault access from the parent Group.