{
"isSuccess": true,
"data": {
"items": [
{
"id": "21ba4b89-29ed-4a25-a7ea-119c9c9f83d0",
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"userId": "9e2d50d1-63df-47df-a12f-35f4dfd617ec",
"displayName": "Shawky Elsayed",
"email": "shawky@example.com",
"role": "HOST",
"status": "JOINED",
"consent": {
"recordingConsent": true,
"consentedAt": "2026-05-20T10:01:00Z"
},
"joinedAt": "2026-05-20T10:00:00Z",
"leftAt": null
},
{
"id": "31ba4b89-29ed-4a25-a7ea-119c9c9f83d0",
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"userId": null,
"displayName": "Ahmed Ali",
"email": "ahmed@example.com",
"role": "PARTICIPANT",
"status": "JOINED",
"consent": {
"recordingConsent": true,
"consentedAt": "2026-05-20T10:03:00Z"
},
"joinedAt": "2026-05-20T10:04:00Z",
"leftAt": null
}
],
"totalCount": 2,
"pageNumber": 1,
"pageSize": 20
},
"message": "Participants retrieved successfully",
"statusCode": 200,
"errors": []
}