Reset user's password in bulk (known value)

POST {{HOST}}/admin/v1/BulkUserPasswordChanger

Request Body

{"schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:BulkUserPasswordChanger"], "userIds"=>["{{userid}}", "{{userid2}}"], "password"=>"Welcome1"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"schemas":["urn:ietf:params:scim:api:messages:2.0:BulkResponse"],"Operations":[{"location":"https://bravoe.identity.internal.oracle.com/admin/v1/UserPasswordChanger/bd90825e45614dbf8856539513c91c3a","method":"PUT","status":"200"},{"location":"https://bravoe.identity.internal.oracle.com/admin/v1/UserPasswordChanger/64657f954bc7466594eedb1ce7780846","method":"PUT","status":"200"}]}