Skip to content
能力中心
产品中心
应用市场
WebOffice
开发者后台

批量修改邮箱联系人

标签邮箱联系人

请求说明

字段
请求地址
https://openapi.wps.cn/v7/mail_contacts/batch_update
HTTP 方法
POST
接口描述
批量修改邮箱联系人
签名方式
KSO-1
限频策略
权限要求
查询和管理邮箱联系人(应用授权) kso.mail_contact.readwrite

请求体(Body)

请求体格式: application/json

没有可用的数据

请求体示例

json
{
  "mail_contacts": [
    {
      "contact_id": "string",
      "department": "string",
      "email_address": "string",
      "job_title": "string",
      "mobile_phone": "string",
      "name": "string",
      "organization": "string",
      "remark": "string"
    }
  ]
}

响应体(Response)

HTTP状态码: 200
响应体格式: application/json

没有可用的数据

响应体示例

json
{
  "data": {
    "task_id": "string",
    "type": "mail_contacts_create"
  },
  "code": 0,
  "msg": "string"
}