Is there a way to get the number of unread messages per user for all users in one API call?

Hi, I’m new to sendbird and I want to periodically check how many unread messages there are at any given time for all users on my app. Right now, the only solution based on the resources I found was to get a list of all users on my end, and then call /users/${user.id}/unread_message_count for each user, but this is obviously unscalable and calls the sendbird API many times.

Is there one API call where I can just get the number of unread messages for each user on my platform?

Maybe with SendBird Webhooks you can keep a track of them: