cancel
Showing results for 
Search instead for 
Did you mean: 

Mass delete of UME accounts via WD app

Former Member
0 Kudos

Hi All,

I'm trying to create an application that would allow me to delete mass number of user accounts stord in the UME by pasting a list of users into a window. I'm wondering if anyone's done this before or if there are any related resources anyone would think is helpful? I'm very new to DynPro app creation and any help would be appreciated. Thanks!

Regards,

Andrew

Accepted Solutions (0)

Answers (1)

Answers (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Andrew

As I know, UME API does not allow to perform mass-deletion. However, it's quite possible to organize an iteration through the list of users and perform step-by-step user deletion.

What UME API provides else is "Batch Import of User/Group/Role Data". It's possible with it to implement mass- user creation/update, but not user deletion

BR, Siarhei