Lewis_Beard
Expert
24 days agoAPI endpoint for User Groups?
I am super terrible at searching or picking the right keywords, but I am completely stumped on whether I can use the API to get a list of User Groups. I searched the Swagger page ( https://www.logicm...
- 23 days ago
Well I found the solution. I dont like it but I found it. As I mentioned, the endpoint that worked in API V1, "/setting/admin/groups", does not exist in the swagger DOC in API V3. So I thought the functionality was removed since there was no "/setting/admins/groups" (admins with an "s") in the documentation for V3, and the old one wasnt present.
BUT annoyingly, the OLD endpoint from API V1 still works, and I can actually get a response from "/setting/admin/groups" but I guess that means technically its unsupported.
Thanks!