English
cURL
curl --request GET \ --url https://{base_url}/v1/app/organization/analytics/ranking/active-users
[ { "user": { "id": "<string>", "org_id": "<string>", "account_id": "<string>", "name": "<string>", "email": "<string>", "state": "Active", "roles": [ "AppGuest" ], "created_at": "<string>", "profile_picture": "<string>", "job_position_name": "<string>", "job_position_description": "<string>" }, "interactions_created": 123, "agent_flows_created": 123 } ]
Routes for organization analytics and metrics
Start date for the ranking period (timestamp in milliseconds)
End date for the ranking period (timestamp in milliseconds)
Maximum number of users to return. Default is 5
Returns ranking of most active users in the organization
Show child attributes