64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
|
|
meta {
|
||
|
|
name: Tries a login with the specified credentials and returns a login token if successful-
|
||
|
|
type: http
|
||
|
|
seq: 1
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://backend.memori.ai/api/v2/Login
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"tenant": "",
|
||
|
|
"userID": "",
|
||
|
|
"userName": "",
|
||
|
|
"password": "",
|
||
|
|
"newPassword": "",
|
||
|
|
"eMail": "",
|
||
|
|
"avatarURL": "",
|
||
|
|
"avatar3DURL": "",
|
||
|
|
"avatar3DURLType": "",
|
||
|
|
"dontSendInvitationEmail": "",
|
||
|
|
"referral": "",
|
||
|
|
"couponCode": "",
|
||
|
|
"newsletterSubscribed": "",
|
||
|
|
"notificationPrefs": [],
|
||
|
|
"admin": "",
|
||
|
|
"superAdmin": "",
|
||
|
|
"numMemori": "",
|
||
|
|
"maxMemori": "",
|
||
|
|
"monthSessions": "",
|
||
|
|
"monthValidSessions": "",
|
||
|
|
"monthDeepThoughtValidSessions": "",
|
||
|
|
"maxFreeSessions": "",
|
||
|
|
"nonFreeSessionCost": "",
|
||
|
|
"monthCompletions": "",
|
||
|
|
"monthDeepThoughtCompletions": "",
|
||
|
|
"monthImportedSize": "",
|
||
|
|
"maxCompletions": "",
|
||
|
|
"maxImportSize": "",
|
||
|
|
"defaultCompletionProvider": "",
|
||
|
|
"defaultCompletionProviderConfig": "",
|
||
|
|
"paying": "",
|
||
|
|
"enableMemoriCreation": "",
|
||
|
|
"enableBoardOfExperts": "",
|
||
|
|
"enableDCMIntegration": "",
|
||
|
|
"enableBadges": "",
|
||
|
|
"enableDeepThought": "",
|
||
|
|
"enableVirtualSpaces": "",
|
||
|
|
"birthDate": "",
|
||
|
|
"age": "",
|
||
|
|
"tnCAndPPAccepted": "",
|
||
|
|
"tnCAndPPAcceptanceDate": "",
|
||
|
|
"pAndCUAccepted": "",
|
||
|
|
"pAndCUAcceptanceDate": "",
|
||
|
|
"verificationCode": "",
|
||
|
|
"flowID": "",
|
||
|
|
"creationTimestamp": "",
|
||
|
|
"lastChangeTimestamp": ""
|
||
|
|
}
|
||
|
|
}
|