Modify a password

更新时间:
复制 MD 格式

ModifyMeetingPassword

Description

This operation allows a meeting creator to modify a meeting password. The creator can also set a password for a meeting that does not have one, or disable the password.

Request parameters

ParameterTypeRequiredDescription
UserIdStringYesThe user ID of the meeting creator.
MeetingUUIDStringYesMeeting UUID
PasswordStringYesThe meeting password.
OpenPasswordFlagBooleanYesIndicates whether the password is enabled. If this parameter is set to `true`, the `Password` parameter cannot be empty.

Response parameters

ParameterTypeDescription
ErrorCodeintThe error code.
MessageStringThe error message.
SuccessbooleanThe request status.
RequestIdStringThe request ID.

Response examples

{
  "RequestId": "123",
  "Message": "successful!",
  "Success": true,
  "ErrorCode": 200,
}