Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Bulk Delete Users View modes: 
User avatar
Member
Member
idorko - 12/12/2012 1:03:58 PM
   
Bulk Delete Users
Is it possible to delete more than one user at a time?

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 12/12/2012 4:02:10 PM
   
RE:Bulk Delete Users
Within the UI, no. You could create a simple control that has a few input boxes to search for users and once you have your search criteria, you could use the API to loop through each of the users in the results and delete them.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 12/17/2012 12:40:05 AM
   
RE:Bulk Delete Users
Hello.

That’s correct. Currently, it can be done only in API.

You can take an inspiration from Managing users API examples at http://devnet.kentico.com/docs/devguide/membership_api_examples_managing_users.htm, in particular from GetAndBulkUpdateUsers method. Thank you.


Best Regards,
Radek Macalik