group-management/invite-friends-join

Description

  • Send out invites to friends to join the group chat, designed for groups exceeding 40 members.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
chatroomUserNameYesstringchatroom id
userNamesYeslistuser`s wxid list

Request Example

 {
  "type": 79,
  "chatroomUserName": "xxx@chatroom",
  "userNames": ["wxid_xxx1", "wxid_xxx2"]
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark