Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get login metrics from the last hour for a given user.
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 DocumentationTo learn more, visit the Authentik documentation.

Parameters

ParameterDescription
User IDThe ID of the user. Can be obtained by the List Users action.

Example Output

{
	"logins": [
		{
			"x_cord": 3311067841727,
			"y_cord": 2
		},
		{
			"x_cord": 2121277762042,
			"y_cord": 2
		}
	],
	"logins_failed": [
		{
			"x_cord": 488394544812,
			"y_cord": 1
		},
		{
			"x_cord": 2665371658846,
			"y_cord": 2
		}
	],
	"authorizations": [
		{
			"x_cord": 2784351190440,
			"y_cord": 1
		},
		{
			"x_cord": 2192040600382,
			"y_cord": 2
		}
	]
}

Workflow Library Example

Get Metrics for User from Last Hour with Authentik and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop