Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Remove group from Crowd account of multiple users

Deleted user March 3, 2021

Dear community, 

your help would be greatly appreciated, 

We need to remove a group (confluence) from hundreds of users' Crowd accounts

what is the way to do the removal in Bulk?

Much thanks. 

1 answer

2 votes
Craig Castle-Mead
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2021

Hey @[deleted] 

I'd suggest using the REST API and something like https://www.postman.com/ that allows you to provide a CSV list of the usernames you want to remove, and then Postman will iterate through each line and make the relevant REST API call for you - https://community.atlassian.com/t5/Answers-Developer-Questions/Removing-user-from-a-group-using-crowd-REST-API/qaq-p/499556 shows the API call is likely

curl -D- -k -u "login:password" -X DELETE "https://myinstance/crowd/rest/usermanagement/latest/user/group/direct?username=usernamefromcsvgoeshere&groupname=confluence"

CCM

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events