Updated on 2023-12-22 GMT+08:00

Managing Enterprise Administrators

Scenarios

After logging in to Huawei Cloud Meeting Management Platform using an enterprise administrator account and password on a third-party application, you can query, add, and delete enterprise administrators.

Service Process

Figure 1 Process of managing enterprise administrators

  1. A third-party application logs in to Huawei Cloud Meeting Management Platform using an enterprise administrator account 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. To query enterprise administrators by page, set parameters such as the query offset and search criteria.
  7. The third-party application sends a request carrying these parameters to API Gateway to query enterprise administrators by page.
  8. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query enterprise administrators.
  9. Huawei Cloud Meeting Management Platform returns the enterprise administrator list to API Gateway.
  10. API Gateway sends the enterprise administrator list to the third-party application.
  11. To query a single enterprise administrator, set the enterprise user account.
  12. The third-party application sends a request carrying the user account parameter to API Gateway to query the enterprise administrator.
  13. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query the enterprise administrator details.
  14. Huawei Cloud Meeting Management Platform returns the enterprise administrator details to API Gateway.
  15. API Gateway returns the enterprise administrator details to the third-party application.
  16. To add an enterprise administrator, set the enterprise user account.
  17. The third-party application sends a request to API Gateway to add an enterprise administrator.
  18. API Gateway sends a request to Huawei Cloud Meeting Management Platform to add the enterprise administrator. Huawei Cloud Meeting Management Platform adds the enterprise administrator.
  19. To delete enterprise administrators in batches, set the user account list.
  20. The third-party application sends a request to API Gateway to delete enterprise administrators in batches.
  21. API Gateway sends a request to Huawei Cloud Meeting Management Platform to delete the enterprise administrators in batches. After receiving the request, Huawei Cloud Meeting Management Platform deletes the enterprise administrators in batches.
  22. Steps 6 to 21 in the preceding figure are APIs for managing enterprise administrators. You can call these APIs in any sequence.