fix: getBookings for team admins within orgs (#21833)

* fix: getBookings for team admins within orgs

* fixup! fix: getBookings for team admins within orgs

* chore: update getUserIdsAndEmailsWhereUserIsAdminOrOwner and remove unused orgId

---------

Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
This commit is contained in:
Morgan
2025-06-16 09:34:02 -03:00
committed by GitHub
co-authored by Anik Dhabal Babu
parent 0a60864310
commit 3dd3372c35
10 changed files with 51 additions and 32 deletions
+11 -1
View File
@@ -10205,6 +10205,16 @@
"type": "string"
}
},
{
"name": "bookingUidToReschedule",
"required": false,
"in": "query",
"description": "The unique identifier of the booking being rescheduled. When provided will ensure that the original booking time appears within the returned available slots when rescheduling.",
"example": "abc123def456",
"schema": {
"type": "string"
}
},
{
"name": "routingFormId",
"required": true,
@@ -23342,7 +23352,7 @@
"example": "Error message"
}
},
"required": ["id", "roomName", "startTs", "status", "duration", "shareToken", "downloadLink"]
"required": ["id", "roomName", "startTs", "status", "duration", "shareToken"]
},
"GetBookingRecordingsOutput": {
"type": "object",