List all users with access to a team, and show their permission level.

Required token: Configuration Read Access or Configuration Write Access.

Example Output

{
	"users": [
		{
			"permissions": "limited",
			"groups": [
				"Customer Service",
				"Admin"
			],
			"source": "WEB",
			"allowedSearch": "serverHost=\"server-1\"",
			"allowedDashboards": [
				"Log Volume",
				"WebServer"
			]
		}
	],
	"status": "success"
}

Workflow Library Example

List Users with Dataset and Send Results Via Email

Preview this Workflow on desktop