listGroups
POST {{app_url}}/api/listGroups
List all groups with access to the team, and their permission level.
Request Body
{"token"=>"{{config-read-token}}"}
RESPONSES
status: OK
{"groups":[{"permissions":"limited","name":"Development","allowedDashboards":[],"allowedSearch":""},{"permissions":"limited","name":"Group Name","allowedDashboards":[]}],"status":"success"}