bruno/memori-backend/User/Creates a new user.bru
2025-03-26 16:08:31 +02:00

72 lines
1.4 KiB
Plaintext

meta {
name: Creates a new user.
type: http
seq: 4
}
post {
url: {{baseUrl}}/api/v2/User/:strToken
body: json
auth: none
}
params:path {
strToken:
}
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": ""
}
}