curl --request GET \
--url https://use.hoop.dev/api/users/groups
[
"<string>"
]
List all groups from all users
curl --request GET \
--url https://use.hoop.dev/api/users/groups
[
"<string>"
]
Array of group names
The response is of type string[]
.
Was this page helpful?