Help Center/ Meeting/ Server API Reference/ Enterprise Management/ Examples/ Managing Enterprise Registration Details, Resources, and Service Permissions
Updated on 2023-12-22 GMT+08:00

Managing Enterprise Registration Details, Resources, and Service Permissions

Scenarios

After logging in to Huawei Cloud Meeting Management Platform using an enterprise administrator account on a third-party application, you can query the registration details, resources, and service permissions of the enterprise and modify the enterprise registration details. (Currently, only the enterprise address can be modified.)

Service Process

Figure 1 Process of managing enterprise registration details, resources, and service permissions
  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. The third-party application sends a request to API Gateway to query the enterprise registration details.
  7. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query the enterprise registration details.
  8. Huawei Cloud Meeting Management Platform returns the enterprise registration details to API Gateway.
  9. API Gateway returns the enterprise registration details to the third-party application.
  10. The third-party application sends a request to API Gateway to query details of resources and service permissions.
  11. API Gateway sends a request to Huawei Cloud Meeting Management Platform to obtain details of enterprise resources and service permissions.
  12. Huawei Cloud Meeting Management Platform returns the details of enterprise resources and service permissions to API Gateway.
  13. API Gateway returns the details of enterprise resources and service permissions to the third-party application.
  14. To modify the enterprise registration details, the third-party application sends a request carrying the new enterprise address to API Gateway.
  15. API Gateway sends a request to Huawei Cloud Meeting Management Platform to obtain the enterprise registration details.
  16. Huawei Cloud Meeting Management Platform modifies the enterprise registration details.

    The APIs for managing enterprise registration details, resources, and service permissions shown from steps 6 to 16 in the preceding figure can be called in any sequence.