GroupMember

Propiedades

Nombre Tipo Formato Obligatorio
id integer obligatorio
userId integer | null
name string | null
email string | null
role string | null
status string obligatorio
joinedAt string | null date-time
blocked boolean

JSON de ejemplo

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