Get Password policy using userid

get

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

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 that the user belongs to in the default identity store are given as a path parameters. This API assumes that the user belongs to the default identity store.

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