Step 16: Set source user password
PUT {{apiPath}}/environments/{{sourceEnvID}}/users/{{SourceUserID}}/password
Set the source user's password using a PUT {{apiPath}}/environments/{{SourceEnvID}}/users/{{SourceUserID}}/password request. In the request URL, set {{SourceUserID}} to the source user created in step 14.
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 |