Update Password
POST
/api/user/resetPassword
user
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plazbot.com/api/user/resetPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"newPassword": "string",
"verificationId": "string"
}'
Response Response Example
[
{
"id": "string",
"userId": "string",
"name": "string",
"lastName": "string",
"email": "string",
"password": "string",
"code": "string",
"urlAvatar": "string",
"loginTypeId": 0,
"googleId": "string",
"googleToken": "string",
"googleExpire": "string",
"googleExpirationDate": "2019-08-24T14:15:22Z",
"googleRefreshToken": "string",
"flagTutorial": 0,
"themeMode": "string",
"creationDate": "2019-08-24T14:15:22Z",
"lastActivityDate": "2019-08-24T14:15:22Z",
"role": "string",
"language": "string",
"country": "string",
"companyRole": "string",
"companySize": "string",
"companySector": "string",
"originFirstHeardPlazbot": "string",
"category": "string",
"currencyId": "string",
"flagState": 0,
"flagVerifiedEmail": true,
"internalNotes": "string",
"isOnboardingFinalized": true,
"defaultStartWeek": 0,
"tokens": [
{
"type": "string",
"value": "string",
"permissions": [
"string"
],
"expiresAt": "2019-08-24T14:15:22Z"
}
],
"status": 0,
"userDeletion": "string",
"deletionDate": "2019-08-24T14:15:22Z",
"timezone": "string",
"timezoneOffset": 0,
"company": "string",
"notificationPreferences": {
"contactAssignment": true,
"opportunityAssignment": true,
"taskAssignment": true,
"commentMention": true
},
"changePasswordData": {
"id": "string",
"creationDate": "2019-08-24T14:15:22Z",
"expirationDate": "2019-08-24T14:15:22Z"
},
"isExternalCreation": true
}
]
Request
Body Params application/json