cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk delete of user accounts in BO4.x

Former Member
0 Kudos

Hello All,

We have requirement to delete 200+ user accounts.Please let us know is there any easy way to delete all at one time instead of one by one.

Thanks in Advance.

Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

CdnConnection
Active Contributor

Kumar,

    You will need to use JAVA SDK if you want to delete 200+ users.  There is actually BI4 Platform Sample SDK just for this usecase, see link

The JAVA Code from BOE XI 3.x will work in BI 4.x

Regards,

Ajay

0 Kudos

Hi Kumar,

In current version you can delete multiple users in one go.

Create a group in CMC for Deletion, Add all the users in it which you want to Delete, Then Delete the Users from there.

Regards,

Subhasish

Former Member
0 Kudos

Thank You All.

I will Check With Java Script Provided.

Former Member
0 Kudos

Hi Kumar,

Following document will give you the JSP script for deleting the single user.

You have to modify the script a bit.

Just one loop and names of accounts to be deleted in any storage like array or file will help you.

Regards,

Onkar Kulkarni.