API Updates 04/29/2020
1588181100001
API
Enhancements
Added new fields (
meeting_password_requirement
,recording_password_requirement
) in the User Settings API. You should use this API to check if password requirements have been set for an account, and ensure that your meeting, webinar and recording passwords meet those requirements.GET /users/{userId}/settings
If the “meeting_password_requirement” field is not present in the response of the Get User Settings , it means that the admin/owner has not enabled this requirement. In this case, the password must follow the default requirements, i.e., password may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and can have a maximum of 10 characters.