LinkActiveDirAccountToGroup Method
Associates an active directory account with the group by groupId.
Required Permissions
AdminUserUpdateSyntax
public void LinkActiveDirAccountToGroup(
System.long groupId,
System.string accountName,
System.string accountEmail,
System.bool isActive
)Public Sub LinkActiveDirAccountToGroup( _
ByVal groupId As System.Long, _
ByVal accountName As System.String, _
ByVal accountEmail As System.String, _
ByVal isActive As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| groupId | The ID of the group. |
| accountName | The active directory account name. |
| accountEmail | The active directory account email. |
| isActive | The account enabled/active parameter. |