Path Parameters
The group ID.
Response
200 - application/json
successful operation
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
Was this page helpful?