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

指定部门群群主

指定部门群群主

请求说明

请求地址https://openapi.wps.cn/v7/chats/update_dept_chat
请求方法POST
签名方式KSO-1
权限要求读写部门群(应用授权)kso.chat_dept.readwrite

请求头(Header)

Header 名称参数类型是否必填说明
Content-Typestring使用:application/json
X-Kso-DatestringRFC1123 格式的日期,例: Wed, 23 Jan 2013 06:43:08 GMT
X-Kso-AuthorizationstringKSO-1 签名值,详见《签名方法》
Authorizationstring授权凭证,格式为:Bearer {access_token}

查询参数(Query)

名称参数类型是否必填说明
dept_idstring部门ID(chat_id和dept_id必须有一个,如果都有,则以chat_id为准)
owner_idstring群主ID
chat_idstring部门群ID(chat_id和dept_id必须有一个,如果都有,则以chat_id为准)

请求地址示例

[POST] https://openapi.wps.cn/v7/chats/update_dept_chat

响应体(Response)

名称参数类型说明
codeintegercode
msgstringmsg

响应体示例

json
{
  "code": 0,
  "msg": "string"
}
回到旧版