Hi, I'm having issues using the review_group_users api. When I called the api as admin users, I'm getting http 403 (permission denied) back.
This is the api I'm referring to https://www.reviewboard.org/docs/manual/2.5/webapi/2.0/resources/review-group-user-list/#example_application/vnd.reviewboard.org.review-group-users+json The way i call it is self.client = RBClient(url, username=username, password=password) self.client.get_root().get_review_group_users(group_name=group_name) I also tried hitting the url ${reviewboard_url}//api/groups/{group_name}/users/ and same result. My reviewboard version is 2.5.17 -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
