Hi! I need to get a list of developers added to the reviewers group using REST API. I tried making a request rest/api/1.0/admin/groups/more-members?context=MyGroupName, but it returns an empty list (although such a group exists and I have administrator rights). If I call method rest/api/1.0/admin/groups/, I get back an endless list of weird groups that don't look like reviewer groups. Is there a working query that I can use to get members of a reviewer group?
Community moderators have prevented the ability to post new answers.
If you want "reviewer group users," the only correct endpoint for those groups (the actual Bitbucket review groups) is: /rest/api/1.0/projects/{projectKey}/repos/{repoSlug}/settings/pull-requests
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.