1
100
OK
GET /groups/{groupId}/members HTTP/1.1
Host: api
Accept: */*
OK
{
"code": 1,
"message": "text",
"data": {
"visitorRole": "text",
"members": [
{
"joinTime": 1,
"orgId": "text",
"role": "text",
"userId": "text",
"avatarUrl": "text",
"userName": "text",
"groupId": "text"
}
]
},
"success": true
}