Skip to main content

Get Metrics For User From Last Hour

Get login metrics from the last hour for a given user.

note

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.

Parameters

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

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 for User from Last Hour with Authentik and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop