Hi,
For one of my customer monday.com API returns 480 maxUsers.
I use the following endpoint: https://api.monday.com/v2
Body:
{ "query": "query {users { account {plan { max_users period tier version } } } }" }
However, the monday.com UI website shows 482 seats.
How is it possible that plan.maxUsers does not match the seats visible in the monday.com UI?