Step 17: Set destination user password
PUT {{apiPath}}/environments/{{destinationEnvID}}/users/{{DestinationUserID}}/password
Set the destination user's password using a PUT {{apiPath}}/environments/{{destinationEnvID}}/users/{{DestinationUserID}}/password request. In the request URL, set {{DestinationUserID}} to the destination user created in step 15.
- This operation uses the - application/vnd.pingidentity.password.set+jsoncustom media type as the content type in the request header.
- In the request body, the - valueattribute specifies the value of the new password assigned to this user.
For more information, see Update Password (Set).
Request Body
{"value"=>"{{userPassword}}", "forceChange"=>false}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Content-Type | string |