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