Skip to main content
GET
/
groups
List all groups
import requests

url = "https://{FUSION HOST}/api/groups"

response = requests.get(url)

print(response.json())
[
  {
    "id": "<string>"
  }
]

Response

200 - application/json

successful operation

id
string