LDS Stake Portal
User Management

Update User Password

PATCH
/users/{user_id}/password

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

user_id*User Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/users/0/password" \  -H "Content-Type: application/json" \  -d '{    "new_password": "stringst"  }'
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}