The users page helps you keep track of your users. You can tag each of your API calls with a customer_identifier and we will keep track of the usage of each of your users.

We keep track of each user’s behavior with the following metrics:

  • Last active time: When the user last made an API call
  • Active for: How long the user has been active in days
  • Requests: The number of API calls the user has made
  • Tokens: The number of tokens the user has used
  • Cost: The total cost of the user’s API calls

After making an API call with customer_identifier, specified, you can see the aggregated data of each users:

Users Page data

Sample code

Prerequisite: You have made your first API call

  1. Add the customer_identifier to your API call
{
    ...other_params,
+  "customer_identifier": "user_123"
}
  1. Call the function with the customer_identifier specified
  1. Go to the users page and you will see the user’s data being logged

Edit user profile

You could also add or edit your user’s name or email by clicking on the user’s name/email in the right sidebar.

Check out to User creation & update for more actions you can take on the user’s data.

Filter user on Logs page

You could filter the logs by the user’s name or email by clicking on the filter icon on the right sidebar.

User observability

Go to our dashboard to see your user data in a more detailed view. You can see the user’s data in the user’s graph section.