Step 21: Check password
POST {{authPath}}/{{destinationEnvID}}/flows/{{flowID}}
Set the destination user's password using a POST {{authPath}}/{{destinationEnvID}}/flows/{{flowID}}. In this example, we'll be using the destination user.
The request body requires the
passwordattribute.This operation uses the
application/vnd.pingidentity.usernamePassword.check+jsoncustom media type as the content type in the request header.
For more information, see Check Username/Password.
Request Body
{"password"=>"{{userPassword}}"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Cookie | string |