Validate Password using userid

post

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

Passwords needs to conform to specific password policies for the given user.This API allows validation of password for a specific user. If password/challenges are valid 200 is returned. Else 400 with list of errors are returned. In this API, the userid is specified as a path parameter for all users belonging to default idstore.

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