GET
/
v1
/
app
/
organization
/
analytics
/
ranking
/
active-users
[
  {
    "user": {
      "id": "<string>",
      "org_id": "<string>",
      "account_id": "<string>",
      "profile_picture": "<string>",
      "name": "<string>",
      "email": "<string>",
      "job_position_name": "<string>",
      "job_position_description": "<string>",
      "state": "Active",
      "roles": [
        "AppGuest"
      ],
      "created_at": "<string>"
    },
    "interactions_created": 123,
    "agent_flows_created": 123
  }
]

Query Parameters

start_date
number

Start date for the ranking period (timestamp in milliseconds)

end_date
number

End date for the ranking period (timestamp in milliseconds)

limit
number

Maximum number of users to return. Default is 5

Response

200 - application/json

Returns ranking of most active users in the organization

user
object
required
interactions_created
number
required
agent_flows_created
number
required