68 lines
1.5 KiB
Plaintext
68 lines
1.5 KiB
Plaintext
meta {
|
|
name: Recovers a User's name and sends it to their configured e-mail.
|
|
type: http
|
|
seq: 16
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v2/RecoverUserName
|
|
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": ""
|
|
}
|
|
}
|