I am getting the below error in rest API call for getting the list of users from the specific group.
Here is the API call I am using
http://localhost:8080/rest/api/2/group/member/?jql=groupname="group name"
Please share the API for getting the list of users from the specific group.
Community moderators have prevented the ability to post new answers.
Hi Sandesh,
Have you tried the following?
'http://localhost:8080/rest/api/2/group/member?groupname={groupname}'
Both the 'jql=' part, as well as the '/' after the member are problematic. In addition, the {groupname} should be HTML-escaped beforehand, depending on the tool you use to call the API.
Best,
Márton
Hi Sandesh,
Do we have similar API for Bitbucket Data Center version?
GET: https://Bb-instance/rest/api/1.0/admin/groups
is fetching all the group from the instance.
Is there a way to get the list of users in specific group.
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.