---
title: Username based metrics
description: The username metrics report provides a summary with the total number of usernames, number of requests, tokens and Internet Protocol (IP) address associated with the username.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_username_based_metrics
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_username_based_metrics.html
revdate: April 3, 2024
---

# Username based metrics

The username metrics report provides a summary with the total number of usernames, number of requests, tokens and Internet Protocol (IP) *(tooltip: \<div class="paragraph">
\<p>The method by which data is sent across the internet from the source host to the destination host.\</p>
\</div>)* address associated with the username.

All the tokens used by the username along with the number of requests for each token is detailed.

```json
{
  "company": "ping identity",
  "name": "username_metrics",
  "description": "This report contains a summary and detailed username metrics across all APIs",
  "earlier_date": "Tue Oct 08 06:00:00:000 2019",
  "later_date": "Tue Oct 08 06:10:00:000 2019",
  "summary": {
    "usernames": 36697,
    "total_requests": 398776
  },
  "details": [
    {
      "username": "93YgxYHg7B2a9967aZCVRHfc9GEdBBS79tXNWEym",
 "token_list": [
  {
  "token" :  "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjAwMDEiLCJpc3MiOiJC",
 "total_requests" : 4
  },
 "token" :  "iZ4Eev2Tutah2pou8uev4kohyiesexai0rool5les8Eilae4aejair",
 "total_requests" : 2
  }

 ]
"total_requests": 6,
      "ip_list": [
        {
          "ip": "2.63.6.57",
          "total_requests": 6,
          "devices": {
            "UNKNOWN": 6
          },
          "methods": {
            "GET": 6
          },
          "urls": {
            "/accounts/statement": 6
          },
          "apis": {
            "app16": 6
          }
        }
      ]
    }
]
}
```
