Reset password
post
Authorizations
LOWCODER_CE_SELFHOST_TOKENstringRequired
Body
userIdstringOptional
Responses
200
OK
*/*
post
/api/users/reset-passwordPOST /api/users/reset-password HTTP/1.1
Host: /
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"userId": "text"
}200
OK
{
"code": 1,
"message": "text",
"data": "text",
"success": true
}