GroupMemberList

字段

字段名 类型 格式 是否必填
items array <GroupMember> 必填
total integer 必填

示例 JSON

{
    "items": [
        {
            "id": 0,
            "userId": 0,
            "name": "string",
            "email": "string",
            "role": "string",
            "status": "string",
            "joinedAt": "2026-01-01T00:00:00+00:00",
            "blocked": false
        }
    ],
    "total": 0
}