Get a group
import requests
url = "https://{FUSION HOST}/api/groups/{id}"
response = requests.get(url)
print(response.text){
"id": "<string>"
}Fetch the specified group.
GET
/
groups
/
{id}
Get a group
import requests
url = "https://{FUSION HOST}/api/groups/{id}"
response = requests.get(url)
print(response.text){
"id": "<string>"
}Was this page helpful?
⌘I