User Management
List User Groups
Authentication
Connections
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
User Management
List User Groups
List all groups from all users
GET
/
users
/
groups
curl --request GET \
--url https://use.hoop.dev/api/users/groups
[
"<string>"
]
Response
200
application/json
OK
The response is of type string[]
.
curl --request GET \
--url https://use.hoop.dev/api/users/groups
[
"<string>"
]