You are not logged in.
ShowConfOrg
This API is used by an SP administrator to query the ID of the enterprise to which a meeting belongs based on the meeting ID.
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]. |
conferenceID | string | query | Yes | Meeting ID. |
Operation successful.
Name | Type | Description |
---|---|---|
orgID | string | ID of the enterprise that the meeting belongs to. |
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/conferences/confOrg?conferenceID=900536108"
Operation successful.
{
"orgID": "44252"
}
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"
}