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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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
}
]
}
Was this page helpful?