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
The response is of type object[].
Was this page helpful?