GroupMember

Propriétés

Nom Type Format Requis
id integer requis
userId integer | null
name string | null
email string | null
role string | null
status string requis
joinedAt string | null date-time
blocked boolean

Exemple JSON

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