Validate Password using userid and idstoreref

post

/oam/services/rest/access/api/v1/pswdmanagement/PasswordValidateRequests/${userid}/${idstoreref}

Passwords needs to conform to specific password policy for the given user.This API allows validation of password for a specific user. If password is valid 200 is returned. Else 400 with list of errors are returned. In this API, the userid and idstore that the user belongs to are specified as path parameters.

Request

Path Parameters
Query Parameters
Body ()
The request object
Root Schema : ValidatePasswordRequest
Type: object
Show Source
Nested Schema : userdetails
Type: object
Show Source

Response

Supported Media Types

200 Response

Password is valid
Body ()
Root Schema : ValidatePasswordResponse
Type: object
Show Source
Nested Schema : messages
Type: array
Show Source
Nested Schema : PolicyMessage
Type: object
Show Source

400 Response

Password validation failed

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error