Get Unread Messages Counts for Users organized by Inbox
Documentation Index
Fetch the complete documentation index at: https://docs.clerk.chat/llms.txt
Use this file to discover all available pages before exploring further.
The IDs of the Inboxes to filter unread message counts by. If not provided, all inboxes will be included. You must include at least one of the documented query parameters: inboxIds or userIds.
The IDs of Users to filter unread message counts by. If not provided, all users will be included. You must include at least one of the documented query parameters: inboxIds or userIds.
Object of Unread Counts organized by Inbox Ids
{ "<INBOX_ID>": { "<USER_ID>": 10 } }