Last updated 12 months ago
Was this helpful?
Reset the password for a user.
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" }
OK
{ "success": true, "error": "text" }