POST
/
users
/
password-reset
Request password reset
curl --request POST \
  --url https://console.gmicloud.com/api/v1/users/password-reset \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "john_doe@example.com"
}'
This response does not have an example.

Body

application/json

The request body for requesting a password reset.

The body is of type object.

Response

Successfully sent password reset email.