Self-service password change
PUT {{HOST}}/admin/v1/MePasswordChanger
Use the testMe application.
Request Body
{"oldPassword"=>"{{old password}}", "password"=>"{{new password}}", "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:MePasswordChanger"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:MePasswordChanger"],"id":"655c2751f61b4809909cd581080325f0","meta":{"resourceType":"MePasswordChanger","location":"https://alphac.identity.internal.oracle.com:8943/admin/v1/MePasswordChanger/655c2751f61b4809909cd581080325f0"}}