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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.