---
title: "Get User Logins Per Hour."
slug: "get-user-logins-per-hour-1"
updated: 2026-03-02T22:30:52Z
published: 2026-03-02T22:35:48Z
canonical: "support.appgate.com/get-user-logins-per-hour-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.appgate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get User Logins Per Hour.

Get/stats/user-logins

Get the User Logins Per Hour for the last 24 hours.

SecurityHTTPType bearer

Responses200

User Logins Per Hour.

<select class='api-response-data' aria-label='Media type'><option value='df5998e5-bf0c-4137-a4d0-6789f826cabe'>application/json</option>
</select>Expand Allobject  dataobject  

A dictionary of User Logins Per Hour. The key is the hour, the value is a map of Users Logins per controller. For example `8: {'total': '30'}` means, between 08:00 - 09:00, total 30 Logins have occurred to all controllers. Times are UTC based and if the hour number is after the current time, it represents the day before.

Example{
  "0": {
    "total": "120"
  },
  "1": {
    "total": "142"
  },
  "2": {
    "total": "165"
  },
  "3": {
    "total": "105"
  }
}property*number    additionalProperties

Number of User Logins (Claims Token retrieval) for this hour.

401

Token error. Login again.

<select class='api-response-data' aria-label='Media type'><option value='b1ef7797-ebb4-4be1-bcf0-4e3916849a88'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

403

Insufficient permissions to access this resource.

<select class='api-response-data' aria-label='Media type'><option value='42aff2b2-18c5-4ad7-8819-df5399f59f79'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

406

Invalid 'Accept' header.

<select class='api-response-data' aria-label='Media type'><option value='274104c9-8853-4eba-88df-b697391cdc3f'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

500

Unexpected server side error.

<select class='api-response-data' aria-label='Media type'><option value='0f821463-f78c-4581-81d8-88e9d36154de'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.
