You can now retrieve every user’s progress against a multi-user budget from a single REST API endpoint. This makes it much faster to find who is close to their limit across a large enterprise.
Previously, you had to make one API call per user to check per-user consumption, and you couldn’t filter by how much of the budget someone had used. Reviewing spend across a large budget was slow and pushed teams to build their own scripts. Now you can page through all users from one endpoint and go straight to the people who need attention.
With this endpoint, you can:
Get how much each user has consumed and their allocated limit for a multi-user budget, one page at a time.
Filter by how much of the budget each user has used, so you can pull everyone at or above a certain percentage of their limit in one request.







