Search user success/failed login count using Journey name/date

Hi All,

We are trying to search the user count who did successful login on 10th Jan 2024 (using SocialAuth journey) and who failed to login on same date. We tried some curl commands listed below however we are getting very huge logs and are hard to understand. Is there any way to get the unique user count?


curl --get
–header ‘x-api-key: <API_KEY>’
–header ‘x-api-secret:<API_SECRET>’
–data ‘source=am-authentication’
–data ‘beginTime=2024-01-10T00:00:00.00Z’
–data ‘endTime=2024-01-10T23:59:59.00Z’
‘https://<my_tenant>/monitoring/logs’ --data-urlencode ‘_queryFilter=/payload/entries/info/result eq “SUCCESSFUL”’

Thanks in advance :slight_smile:

Hello @gulshan.patil

Welcome, and thanks for reaching out to the Community!

I see this issue has also been raised through a support ticket. Once the Identity Cloud support team confirms the resolution within the ticket, we will promptly share the recommended solution here as well to help others in the Community facing a similar challenge.

Warm Regards,
Ed

2 Likes