Mettre à jour le profil de l’utilisateur authentifié
Updates user-settable profile fields (name, displayName, country, onboardingCompleted). Server-owned fields are rejected by the DTO allow-list.
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Corps
Full name. Kept for backwards compat - prefer firstName/lastName. When firstName or lastName is set, name is rebuilt from them.
120"Jane Smith"
80"Jane"
80"Smith"
80"Jane"
80"France"
Marks onboarding as completed (step 4 of the wizard).
Force-set twoFactorEnabled (workaround for Better Auth bearer mode).
Avatar image URL or data URI (used by the preset avatar picker). When set, overrides the uploaded avatar.
"data:image/svg+xml;base64,..."
Réponse
Sujets connexes
Obtenir le profil de l’utilisateur authentifiéMettre à jour un utilisateur (admin)Mettre à jour les permissions d’un sous-utilisateurImporter mettre à jour le egg du panelDéfinir mettre à jour le limite d’un tenant (admin)