List meetings from master account using JWT

Hello,

We are using qty 6 of Pro license, the master account and 5 sub-accounts. We use API to get a list of scheduled meetings from all accounts individually. It works ok, except the master account will return all meetings from all sub-accounts too.

API:

We put an email address of account as a path parameter below.
GET /users/{userId}/meetings

In order to identify a meeting is created from which account, my temporary workaround is to compare the “host_id” of returned meetings.

I tried to GET /users/me/meetings from master account, it also returns all meetings from all sub-accounts too.

Please advise. Thanks.

yrag

Me also looking for this.