Validate password against password policy
POST {{HOST}}/admin/v1/UserPasswordValidator
Validate password against the password policy. Inform the username, first, and last name. This information will be used to validate the policy.
Request Body
{"userName"=>"jdoe@example.com", "givenName"=>"John", "familyName"=>"Doe", "password"=>"John", "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:UserPasswordValidator"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |