Response
200 - application/json
successful operation
curl --request GET \
--url https://{FUSION HOST}/api/groups
[
{
"id": "<string>"
}
]
Fetch the list of existing groups.
curl --request GET \
--url https://{FUSION HOST}/api/groups
[
{
"id": "<string>"
}
]
successful operation
Was this page helpful?