diff --git a/pydiscourse/client.py b/pydiscourse/client.py index ba0711c..700478d 100644 --- a/pydiscourse/client.py +++ b/pydiscourse/client.py @@ -850,7 +850,7 @@ class DiscourseClient(object): ] """ - return self._get("/admin/groups.json", **kwargs) + return self._get("/groups/search.json", **kwargs) def group(self, group_name): """