Hello monday.com team,
I would like to request the addition of a board ID filter to the users
query and/or the ability to apply filters or pagination to the boards.subscribers
field in the API.
Currently, when fetching subscribers for a board using the boards.subscribers
field, the API returns all subscribers (up to the maximum of 400), with no way to filter or paginate the results. This can be inefficient and potentially slow, especially for boards with a large number of subscribers. Similarly, the users
query does not provide a way to filter users by their subscription to a specific board, which limits its usefulness for this use case Boards Fields Users Queries.
Proposed solutions:
-
Add a
board_id
filter to theusers
query, so we can fetch only users subscribed to a specific board. -
Add filtering and/or pagination options to the
boards.subscribers
field to avoid fetching all subscribers in a single query.
These enhancements would help developers build more efficient and scalable integrations, especially for boards with many users.
Thank you for considering this request!