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": "" } }