Jump to content

Fastest way to archive 600+ users?


Lyonel

Recommended Posts

Can't use the AD... The root cause is that these 600+ accounts have not been disabled then deleted from the AD; but simply deleted (not respecting our internal process!). So now I am left with 600+ user accounts in Hornbill that I would like to Archive.

 

Link to comment
Share on other sites

@Lyonel

Changing a user status to archived could be done with a simple SQL Update via Direct DB in the Admin Tool.
 

h_sys_accounts.h_account_status = 2

The above will archive a given user, of course doing this comes with the usual caviates of make sure you check the SQL statement only updates the accounts you want archiving.

Kind Regards

Trevor Killick

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...