Reset user's password (known value)
PUT {{stripeUrl}}/admin/v1/UserPasswordChanger/{{userid}}
Reset {{userid}} password to a known value Welcome123
Request Body
{"password"=>"Welcome123", "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:UserPasswordChanger"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string | ||
x-content-sha256 | string |