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

Example 1: Managing Personal Details

Scenarios

After logging in to Huawei Cloud Meeting Management Platform using a user account on a third-party application, you can view and modify personal details, and change the mobile number or email address.

Service Process

Figure 1 Process of managing personal details

  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 sends a request to API Gateway to query personal details.
  7. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query personal details.
  8. Huawei Cloud Meeting Management Platform returns the personal details to API Gateway.
  9. API Gateway returns the personal details to the third-party application.
  10. To modify personal details, the third-party application sends a request carrying the modified parameters to API Gateway.
  11. API Gateway sends a request to Huawei Cloud Meeting Management Platform to modify the personal details.
  12. Huawei Cloud Meeting Management Platform modifies the personal details.
  13. To change the mobile number or email address, the third-party application sends a request carrying the original mobile number or email address parameters to API Gateway to obtain a verification code.
  14. API Gateway sends a request to Huawei Cloud Meeting Management Platform to obtain a verification code.
  15. Huawei Cloud Meeting Management Platform sends a verification code to the original mobile number or email address.
  16. The third-party application sends a request carrying the original mobile number or email address and verification code to API Gateway for verification.
  17. API Gateway sends a verification request to Huawei Cloud Meeting Management Platform.
  18. Huawei Cloud Meeting Management Platform verifies the verification code.
  19. After the verification is successful, the third-party application sends a request carrying the new mobile number or email address parameters to API Gateway to obtain a verification code.
  20. API Gateway sends a request to Huawei Cloud Meeting Management Platform to obtain a verification code.
  21. Huawei Cloud Meeting Management Platform sends a verification code to the new mobile number or email address.
  22. After obtaining the verification code, the third-party application sends a request carrying the new mobile number or email address and verification code to API Gateway.
  23. API Gateway sends a request to Huawei Cloud Meeting Management Platform to change the mobile number or email address.
  24. Huawei Cloud Meeting Management Platform changes the mobile number or email address.