We are planning to delete all the users from jira cloud except four users.
Is there any script to excute in script runner to delete all the users except four users.
Hello @kiran Goud
Welcome to the Atlassian Community!
Unfortunately, Jira does not have a feature to bulk delete users, however, we understand how useful this functionality would be, so we created the following feature request to implement this option for Jira Cloud:
Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.
As a workaround, you can create a script using the REST API endpoint to Delete users:
DELETE /rest/api/3/user
P.S: The REST API endpoint mentioned above is experimental, so it can be changed at any time.
Let us know if you have any questions.
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.