Get login metrics from the last hour for all users.

Please note that the data returned is coordinates on a diagram, the X value represents the timestamp and the Y value represents the number of occurrences.

External Documentation

To learn more, visit the Authentik documentation.

Example Output

{
	"authorizations": [
		{
			"x_cord": 0,
			"y_cord": 0
		}
	],
	"logins": [
		{
			"x_cord": 0,
			"y_cord": 0
		}
	],
	"logins_failed": [
		{
			"x_cord": 0,
			"y_cord": 0
		}
	]
}

Workflow Library Example

Get Metrics from Last Hour with Authentik and Send Results Via Email

Preview this Workflow on desktop