The Microsoft Graph API's Create Meeting API will require a passcode by default from February 24, 2025, changing the current default setting. In October 2027, the option to create meetings without passcodes will be removed for increased security. Users should update applications accordingly.
Before this retirement, when creating an online meeting using the Microsoft Graph API, admins or users can choose whether to require a passcode. If no value is specified, the default behavior does not require a passcode.
After this update: For enhanced security, users will still have the option to specify whether a passcode is required when creating a meeting. If no value is specified, the default behavior will require a passcode for the meeting.
Effective February 24, 2025, the default value of the isPasscodeRequired
property will change from false
to true
.
Update your applications
Review and update any applications that use the Create onlineMeeting API and passcode to ensure they account for the new default behavior.
Looking ahead
In October 2027, we will remove the option to specify the need for passcodes. This change will ensure that all meetings are consistently secured with passcodes. This final step will simplify the meeting creation process and provide an additional layer of protection for users. We will remove the isPasscodeRequired
property on the joinMeetingIdSettings resource of the Microsoft Graph online meetings API.