POST Authentication/ForgotPassword

Forgots the password.

Remarks
Use this as the first step to reset the credentials, by requesting a reset token for the user's login.

Request Information

URI Parameters

Name Description Type Additional information
sendPasswordResetEmail
if set to true [send password reset email].
boolean

Default value is True

Body Parameters

ResetCredentials - The credentials.

Request body formats
Sample:
{
  "EmailAddress": "sample string 1",
  "AppSourceId": 2
}
Sample:

Sample not available.

Response Information

ForgotPasswordResult -

Response body formats
Sample:

Sample not available.