Skip to main content

CreateParticipantDto

userIdstringrequired

ID del usuario asociado (User).

Example: 65f1a2b3c4d5e6f7
nicknamestringrequired

Nickname del participante.

Example: vibrandor_01
avatarstring

Avatar del participante.

Example: https://...
currentCoursestring

Curso actual del participante.

Example: 65f1a2b3c4d5e6f7
preferences object

Preferencias de la aplicación.

languagestringrequired

Idioma preferido del participante.

Example: es
notificationsbooleanrequired

Indica si tiene activadas las notificaciones.

Example: true
CreateParticipantDto
{
"userId": "65f1a2b3c4d5e6f7",
"nickname": "vibrandor_01",
"avatar": "https://...",
"currentCourse": "65f1a2b3c4d5e6f7",
"preferences": {
"language": "es",
"notifications": true
}
}