I have 30-40 unverified users, and delete one by one a very long time...
Hi @Pavel Korostelev ,
welcome to the Atlassian Community!
It looks like there's REST API endpoint for this, see here, section Delete User.
Please be aware I've never tested it myself.
We actually wrote a script to do this every 6 months. When you pull down a list of all users, verified should be a field you could sort on from the payload (example payload). Then just delete that subset of users through the API.
Hi, can you pls send an example script?
Hi @Hana Kučerová i need delete 40 unverified users by one click (one curl run)
I don't think that's possible, I didn't find any endpoint for bulk delete.
You would probably need to:
It looks like you're new here. Sign in or register to get started.