How to remove all groups from user using JIRA API

Manu Mishra December 8, 2016

I have a requirement where i have to remove all the groups assigned to user through API. Because every time we are doing manually and this is kind of TDS job to do so. We can't define the group in the API parameter because most of the time we don't know how many groups have been assigned to user. So we need a kind of method where it look at the groups against the user and remove.We are using JIRA 6.4.11 version.

I have dont have "curl" installed on my system. 

2 answers

0 votes
Manu Mishra December 9, 2016

REST API that JIRA uses.

0 votes
Vasiliy Zverev
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.
December 8, 2016

Do you mean Java API or REST API?

Suggest an answer

Log in or Sign up to answer