GroupMemberList| Nombre | Tipo | Formato | Obligatorio |
|---|---|---|---|
items |
array <GroupMember> | obligatorio | |
total |
integer | obligatorio |
{
"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
}