Skip to main content
Weavr API
Authentication factors

Update a password

POST/passwords/update

Replaces the logged-in user's password with the tokenized password supplied in the request. The user must provide a valid authentication token.

Read Password for how to collect and tokenize passwords without exposing their plain-text value to your application.

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": "123456789"    },    "expiryDate": 0  },  "token": "string"}