Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.