Skip to main content

List Users In Group

List all users in a group, and their permission level.

Required token: Configuration Read Access or Configuration Write Access.

Parameters

ParameterDescription
Group NameThe 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

Workflow LibraryPreview this Workflow on desktop