Get Password policy using userid and idstoreref

get

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

REST API for getting the applicable password policy for the user. This can be used in an application to display the password rules for the user that the password need to conform to. The userid and the idstoreref that the user belongs to are given as a path parameters.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Password policy assignment
Body ()
Root Schema : PolicyDescriptionResponse
Type: object
Show Source
Nested Schema : messages
Type: array
Show Source
Nested Schema : PolicyMessage
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error
Back to Top