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.
Parameters
Parameter | Description |
---|
User ID | The 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