Help Center/ Meeting/ Server API Reference/ User Password Management/ Examples/ Example 3: Resetting the Password of an Enterprise User
Updated on 2023-12-22 GMT+08:00

Example 3: Resetting the Password of an Enterprise User

Scenarios

After logging in to Huawei Cloud Meeting Management Platform using the enterprise administrator account and password, a third-party application can reset the password of an enterprise user. The new password will be sent to the mobile number or email address of the enterprise user.

Service Process

Figure 1 Process of resetting the password of an enterprise user

  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 of an enterprise user account.
  7. The third-party application sends a request carrying parameters to API Gateway to reset the password of an enterprise user.
  8. API Gateway sends a request to Huawei Cloud Meeting Management Platform to reset the password of the enterprise user. Huawei Cloud Meeting Management Platform resets the password of the enterprise user and sends the new password to the mobile number or email address of the enterprise user.