How to add a user in to jira group by rest api for JIRA 6.4.6 version

Mahendar D December 7, 2019

Hi,

 

Need rest api body for below query.

 

How to add a user in to a jira-group by rest api for JIRA 6.4.6 version

1 answer

1 accepted

0 votes
Answer accepted
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2019

Hi @Mahendar D ,

according to the documentation you have to send POST request to URL:

/rest/api/2/group/user?mygroupname

Replace mygroupname parameter with a name of requested group.

You also have to send parameter name in the request body -  name of the user you're adding to the group.

You can find example of the request in this post.

Suggest an answer

Log in or Sign up to answer