GET
/
groups
/
{id}
Get a group
curl --request GET \
  --url https://{FUSION HOST}/api/groups/{id}
{
  "id": "<string>"
}

Path Parameters

id
string
required

The group ID.

Response

200 - application/json

successful operation

The response is of type object.