# Two new Reports APIs; bug fixes for password field validation, third party surveys after meetings, and certain API access permissions. ## Added - New **Reports** APIs: - `GET /v2/report/remote_support` - `GET /v2/accounts/{accountId}/report/remote_support` ## Bug Fixes - Fixed an issue where a third-party meeting survey configured via API was not displayed in the browser after the meeting ended. - `PATCH /v2/meetings/{meetingId}/survey` - Added validation for the password field when creating meetings, webinars, or sessions via API to allow only printable ASCII characters without spaces. - `POST /v2/users/{userId}/meetings` - `POST /v2/users/{userId}/webinars` - `POST /v2/videosdk/sessions` - Fixed an issue where the **Get Meeting** API did not return the meeting authentication configuration for meetings started directly from the client. - `GET /v2/meetings/{meetingId}` - Updated the meeting/webinar module to prevent assistants without the privilege to manage private events from accessing related APIs.