group-management/add-group-member

Description

  • Invite Friends to Participate in the Group Chat

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
chatroomUserNameYesstringchatroom id
userNamesYeslistList of wxids to invite
accessMessageNostringMessage sent to admins for validation

Request Example

 {
  "type": 32,
  "chatroomUserName": "xxx@chatroom",
  "userNames": ["wxid_xxxx1","wxid_xxxx2"]
 } 

Return Example

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

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark