curl --location --request GET '/im/group/groupList' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'{
"code": 0,
"message": "string",
"result": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"appDefinedDataList": [
{
"key": "GroupTestData1",
"value": "xxxxx"
}
],
"appid": 1400001001,
"applyJoinOption": "FreeAccess",
"createTime": 1426976500,
"errorCode": 0,
"errorInfo": "string",
"faceUrl": "http://this.is.face.url",
"groupId": "@TGS#2J4SZEAEL",
"introduction": "TestGroup",
"inviteJoinOption": "FreeAccess",
"lastInfoTime": 1426976500,
"lastMsgTime": 1426976600,
"maxMemberNum": 50,
"memberInfoList": [
{
"appMemberDefinedDataList": [
{
"key": "MemberDefined1",
"value": "MemberData1"
}
],
"joinTime": 1425976500,
"lastSendMsgTime": 1425976500,
"memberAccount": "leckie",
"msgFlag": "AcceptAndNotify",
"msgSeq": 1233,
"muteUntil": 1431069882,
"role": "Owner"
}
],
"memberNum": 2,
"muteAllMember": "On",
"name": "MyFirstGroup",
"nextMsgSeq": 1234,
"notification": "TestGroup",
"ownerAccount": "leckie",
"type": "Public"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}