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 Documentation
To learn more, visit the Authentik documentation.
Parameter | Description |
---|---|
User ID | The ID of the user. Can be obtained by the List Users action. |
{
"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
}
]
}
Get Metrics for User from Last Hour with Authentik and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?