Help Center> Meeting> Server API Reference> User Password Management> Examples> Example 1: Changing a Personal Password
Updated on 2023-12-22 GMT+08:00

Example 1: Changing a Personal Password

Scenarios

After logging in to Huawei Cloud Meeting Management Platform using an enterprise user account and password, a third-party application can change the password.

Service Process

Figure 1 Process of changing a personal password

  1. A third-party application logs in to Huawei Cloud Meeting Management Platform using an enterprise user and password to obtain a token.
  2. The third-party application sends an authentication request to API Gateway.
  3. After receiving the request, API Gateway sends an account authentication request to Huawei Cloud Meeting Management Platform.
  4. Huawei Cloud Meeting Management Platform returns a token after successful authentication.
  5. API Gateway returns the token information to the third-party application.
  6. The third-party application initializes parameters, including the user account, current password, and new password.
  7. The third-party application sends a password change request carrying the initialized parameters to API Gateway.
  8. API Gateway sends a request to Huawei Cloud Meeting Management Platform to change the password. Huawei Cloud Meeting Management Platform changes the password.