List Groups
List all groups with access to the team, and their permission level.
Required token: Configuration Read Access
or Configuration Write Access
.
Example Output
{
"groups": [
{
"permissions": "limited",
"name": "Group Name",
"allowedDashboards": [
"Log Volume",
"WebServer"
],
"allowedSearch": "serverHost=\"server-1\""
}
]
"status": "success"
}
Workflow Library Example
List Groups with Dataset and Send Results Via Email
Preview this Workflow on desktop