Skip to main content
Weavr Multi Product API
Passwords

Create a password

POST/passwords/{user_id}/create

Create a new password for the user identified by the user_id path parameter.

Request

Path parameters

Request body

*
application/json
{}
objectobject · 1 field

Responses

200OK

Success

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