组织成员帐号 ORGID-返回结果:响应消息体

时间:2024-08-05 09:59:37

响应消息体

该部分可选。响应消息体通常以结构化格式(如JSON或XML)返回,与响应消息头中Content-Type对应,传递除响应消息头之外的内容。

对于获取Access Token接口,返回如下消息体。

{
    "access_token": "3AkJTad*****************************0P6JBHQX8ipoG",
    "refresh_token": "Bd0k_ek*******************BPVBTGLlMjb-vyjHu0nZYx",
    "scope": "phone profile email",
    "token_type": "Bearer",
    "expires_in": 7200
}

当接口调用出错时,会返回错误码及错误信息说明,错误响应的Body体格式如下所示。

{ 
    "error_code": "AS.0001",
    "error_msg": "The format of message is error" 
}

其中,error_code或error表示错误码,error_msg或error_description表示错误描述信息。

support.huaweicloud.com/api-orgid/orgid_06_0012.html