REST API for Password Management in Oracle Access Manager

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
  • application/json

200 Response

Password policy assignment
Body (
  1. PolicyDescriptionResponse
)
Root Schema : PolicyDescriptionResponse
Type: object
Show Source
Nested Schema : messages
Type: array
Show Source
Nested Schema : PolicyMessage
Type: object
Show Source
  • displayValue: string
  • resourceBundleKey: string

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error
Back to Top