How to create a page for user deletion activity

Hello all,

I have to create a page which will read a txt file which contains the list of users which needs to be deleted from the Confluence. As I know that admin has to delete user one-by-one.

I am not getting how to start working on this requirement. Can please guide me how to achieve this functionality.

Thanks,
Manish Kumar

Hello friends,

Need your esteemed guidance on my requirement.

Thank you,
Manish Kumar

I would use functionality from this tutorial:
https://developer.atlassian.com/server/confluence/adding-a-custom-action-to-confluence/

where you can create your own confluence button in administration section.
In Action you can use ConfluenceUserManager (Atlassian Confluence 6.5.2 API)

users keys could be loaded from server file or from specific Confluence page.