POST api/Wechat/GetGroupUserInfo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
postEntity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "sessionId": "sample string 1",
  "encryptedData": "sample string 2",
  "iv": "sample string 3"
}

application/xml, text/xml

Sample:
<WxGroupUserReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity.Wechat">
  <encryptedData>sample string 2</encryptedData>
  <iv>sample string 3</iv>
  <sessionId>sample string 1</sessionId>
</WxGroupUserReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "openGId": "sample string 1",
    "watermark": {
      "timestamp": 1,
      "appid": "sample string 2"
    }
  },
  "code": "sample string 1",
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<DataResultOfGroupUserInfoRepSYzC89oI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity">
  <code>sample string 1</code>
  <msg>sample string 2</msg>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/INNO.Entity.BaseUser.Resp">
    <d2p1:openGId>sample string 1</d2p1:openGId>
    <d2p1:watermark>
      <d2p1:appid>sample string 2</d2p1:appid>
      <d2p1:timestamp>1</d2p1:timestamp>
    </d2p1:watermark>
  </data>
</DataResultOfGroupUserInfoRepSYzC89oI>