Step 15: 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 13.
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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |