You are not logged in.
ShowOrgRes
This API is used to query the resource usage of an enterprise as the enterprise administrator.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Access-Token | string | header | Yes | Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID]. |
Operation successful.
Name | Type | Description |
---|---|---|
usedRecStorage | double | Used recording storage space, in GB. |
usedAccountsCount | integer | Number of concurrent participants that have been used. |
usedLiveCount | integer | Used live broadcast resources. |
confCount | integer | Total number of meetings on the current day. |
confLength | long | Total meeting duration on the current day. |
activeAttendeeCount | integer | Number of active users on the current day. |
totalAttendeeCount | integer | Total number of participants on the current day. |
Authentication is not performed or fails.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
Server internal error.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
"GET https://{endpoint}/v1/mmc/management/orgRes"
Operation successful.
{
"usedRecStorage": "0.0",
"usedAccountsCount": "5",
"usedLiveCount": "0",
"confCount": "1",
"confLength": "45",
"activeAttendeeCount": "5",
"totalAttendeeCount": "5"
}
Authentication is not performed or fails.
{
"error_code": "MMC.118000001",
"error_msg": "USER_TOKEN_AUTH_FAILED"
}
Server internal error.
{
"error_code": "MMC.11070003",
"error_msg": "CONF_EXCEPTION"
}