Skip to main content
Weavr Multi Product API
Passwords

Update a password

POST/passwords/update

Update the password for the logged-in user.

Request

Request body

*
application/json
{}
objectobject · 2 fields

Responses

200OK

Success

Headers
Body
application/json
{}
objectobject · 2 fields
Response example
{  "passwordInfo": {    "identityId": {      "type": "CONSUMER",      "id": "string"    },    "expiryDate": 0  },  "token": "string"}