Reset password
Reset the password for a user.
Body
emailstringRequired
codestringRequired
newPasswordstringRequired
Responses
200
OK
application/json
post
POST /v1/api-user-reset-password HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"email": "text",
"code": "text",
"newPassword": "text"
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?