List Users In Group
List all users in a group, and their permission level.
Required token: Configuration Read Access
or Configuration Write Access
.
Parameters
Parameter | Description |
---|---|
Group Name | The name of the group. |
Example Output
{
"users": [
{
"permissions": "xxx",
"email": "xxx@xxx.xxx",
"allowedDashboards": [
"nnn",
"mmm"
],
"allowedSearch": "...",
"groups": ["nnn"]
}
]
"status": "success"
}
Workflow Library Example
List Users in Group with Dataset and Send Results Via Email
Preview this Workflow on desktop