調用ImportAdmins導入一個或多個管理員到指定實例下,調用者需要擁有AliyunCCCFullAccess的權限,可以在RAM控制臺進行授權。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 實例 ID。 | ccc-test |
RamIdList | string | 是 | 阿里云 RAM 賬戶的 UID 列表,格式為 JSON 數組的字符串,數組元素最多 20 個。 | ["26972543893791****"] |
返回參數
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "1CDB5C94-ACFB-59B5-85FE-C1DAF8049C63",
"Code": "OK",
"Message": "無",
"Data": [
{
"InstanceId": "ccc-test",
"UserId": "agent@ccc-test",
"RoleId": "Admin@ccc-test",
"Extension": "8021****",
"RamId": "26972543893791****"
}
]
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Parameter.Enumeration | The parameter %s must be one of the value of enumeration %s. | 該參數必須為系統限定的枚舉值之一。 |
400 | Parameter.Maximum | The parameter %s must be less than or equal to %s. | 參數必須小于或等于系統規定的最大值。 |
400 | Parameter.Minimum | The parameter %s must be greater than or equal to %s. | 參數必須大于或等于系統規定的最小值。 |
400 | Parameter.Blank | The parameter %s may not be null or blank. | 該參數不能為null或含有空白符的字符串。 |
400 | Parameter.Empty | The parameter %s may not be null or empty. | 該參數不能為null值或為空字符串。 |
404 | NotExists.InstanceId | The specified instance %s does not exist. | 指定的呼叫中心實例不存在。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史