How would I go about adding AD users via c# type application and assign a VisualCron Group to these users? I suppose I would first need to see if the user exists and if not, then add. Anyone done anything like this and has examples they would care to share?
Basically I want to See if the user exists in VisualCron and if not then add them. After that I want to assign a VisualCron Group or more based on the user's current Group Memberships in AD. Any assistance would be greatly appreciated.