修改指定联系组的成员,包括添加和删除指定联系人。
一个联系组最多可以关联100个联系人。
ServiceName : Volc_Observe Region : cn-beijing AccessKey : xxx SecretKey : xxx
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateContactGroupWithContacts | 接口名称。当前 API 的名称为 UpdateContactGroupWithContacts 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Id | String | 是 | 145258255725730*** | 待修改的联系组的ID。 |
ContactsIdList | Array of String | 否 |
| 更新后的联系人列表,取值会替换联系组中原有ID。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Array of String | ["145258255725730****"] | 联系组的ID。 |
POST https://open.volcengineapi.com?Action=UpdateContactGroupWithContacts&Version=2018-01-01 ServiceName: Volc_Observe Region: cn-beijing AccessKey: xxx SecretKey: xxx { "Id":"145258255725730****", "ContactsIdList":[ "14524768103600****", "145080104031932****" ] }
{ "ResponseMetadata": { "RequestId": "20220****3808", "Action": "UpdateContactGroupWithContacts", "Version": "2018-01-01", "Service": "Volc_Observe", "Region": "" }, "Result": { "Data": [ "145258255725730****" ] } }
本接口无特有的错误码。更多信息请参见错误码。