curl --request GET \
--url https://{FUSION HOST}/api/groups/{id}
{
"id": "<string>"
}
Fetch the specified group.
curl --request GET \
--url https://{FUSION HOST}/api/groups/{id}
{
"id": "<string>"
}
The group ID.
successful operation
The response is of type object
.
Was this page helpful?