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
-
idstoreref(required): string
idstore that the user belongs to
-
userid(required): string
Input to uniquely identify user
Query Parameters
-
isDescription: boolean
Whether password rules are supposed to come as description
-
userdetails: string
userdetails object in query parameter
Response
Supported Media Types
- application/json
200 Response
Password policy assignment
Nested Schema : PolicyMessage
Type:
Show Source
object
-
displayValue:
string
-
resourceBundleKey:
string
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error