bruno/memori-backend/User/Re-sends the verification code to confirm a pending User registration.bru
2025-03-26 16:08:31 +02:00

68 lines
1.5 KiB
Plaintext

meta {
name: Re-sends the verification code to confirm a pending User registration.
type: http
seq: 12
}
post {
url: {{baseUrl}}/api/v2/ResendVerificationCode
body: json
auth: none
}
body:json {
{
"tenant": "",
"userID": "",
"userName": "",
"password": "",
"newPassword": "",
"eMail": "",
"avatarURL": "",
"avatar3DURL": "",
"avatar3DURLType": "",
"dontSendInvitationEmail": "",
"referral": "",
"couponCode": "",
"newsletterSubscribed": "",
"notificationPrefs": [
{
"chatLogExtractionPeriod": "",
"chatLogExtractionMinLines": "",
"memoriID": ""
}
],
"admin": "",
"superAdmin": "",
"numMemori": "",
"maxMemori": "",
"monthSessions": "",
"monthValidSessions": "",
"monthDeepThoughtValidSessions": "",
"maxFreeSessions": "",
"nonFreeSessionCost": "",
"monthCompletions": "",
"monthDeepThoughtCompletions": "",
"monthImportedSize": "",
"maxCompletions": "",
"maxImportSize": "",
"paying": "",
"enableMemoriCreation": "",
"enableBoardOfExperts": "",
"enableDCMIntegration": "",
"enableBadges": "",
"enableDeepThought": "",
"enableVirtualSpaces": "",
"birthDate": "",
"age": "",
"tnCAndPPAccepted": "",
"tnCAndPPAcceptanceDate": "",
"pAndCUAccepted": "",
"pAndCUAcceptanceDate": "",
"verificationCode": "",
"flowID": "",
"creationTimestamp": "",
"lastChangeTimestamp": ""
}
}