1
Mass Delete accounts within domains
Question asked by Steven Haskell - 7/24/2015 at 10:29 AM
Answered
Is there a way within SM13.2.5511 where I can mass delete user accounts that have not logged in since "X" date?

3 Replies

Reply to Thread
0
SpamHurts Replied
If you administrate the account, (manage the domain) then you nav to settings > domain settings > users and you can delete from there. Is that what you meant?
 
Remember kids, every time a spam message gets blocked, a nerd gets their glasses. spamhurts/July 15
0
Steven Haskell Replied
No I really wanted some kind of script that can search out the last login date and purge/delete the account for accounts that have not logged in prior to, for example 7-1-2015.
0
Employee Replied
Employee Post Marked As Answer
Steven, you could accomplish this by writing a script/program that uses the web services API, svcUserAdmin.  You can get a list of inactive users since a specified date using GetInactiveUsers function then call the DeleteUser function and pass in the username and domain from the list.

Reply to Thread