Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The POST /users/{userId}/forgotPassword endpoint sends a Password Reset email to the user matching the provided user ID.

In this page


Most URLs in the example code use the following values:

Parameters

The endpoint accepts the following path parameter:

userId

Type

Required

Example

StringTrue8e22b1fe-d2ea-403d-8c03-50eb21188e79

The user ID of the user to send the email to.

Requests

Send password reset email for a user

curl -L -X POST "https://***.api.newvoicemedia.com/useradmin/users/8e22b1fe-d2ea-403d-8c03-50eb21188e79/forgotPassword" \
-H "Accept: application/vnd.newvoicemedia.v4+json" \
-H "Authorization: Bearer <ACCESS_TOKEN>"

Responses

Successful response

Successful requests return a 200 Success code.

  • No labels