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+json custom media type as the content type in the request header.

  • In the request body, the value attribute 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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring