Daily rate limit (100) of Meeting Create/Update API

I have a similar question so I’ll use the same topic.
If one has a server-to-server app that’s used to book appointments for employees with purchased license, how do you count to 100?

Assume there are 2 users connected to our zoom account, both with Zoom Workplace Pro license. If we make a POST request to /users/:USER_1_ID/meetings, and then another POST request to /users/:USER_2_ID/meetings – which one of the following is true:

  1. We made a total of 2 requests, so we still have 98 requests left for the day.
  2. We made 1 request for User1, and 1 for User2. We still have 99 requests left for User1, and another 99 requests left for User2.

Thanks!