cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/user/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "language": "<string>" } '
{ "error": "BadParameters", "message": "<string>", "details": "<unknown>" }
Ask to reset a password for a specific user given an email. If the email is unknown, the API call will not fail.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success Response
Was this page helpful?