User password reset request using the email id
PATCHhttps://api.spectrocloud.com/v1/users/password/reset
User password request will be sent to the supplied emailId
Request
- application/json
Body
required
emailIdstringrequired
Responses
- 204
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PATCH 'https://api.spectrocloud.com/v1/users/password/reset' \
-H 'Content-Type: application/json' \
--data-raw '{
"emailId": "string"
}'