Get user status using userdetails query parameter
get
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever'
User status is retrieved for the input user. The userid is specified as path parameters in this API. The user needs to be present in the default identity store in OAM
Request
Query Parameters
-
userdetails: string
userdetails object in query parameter
Response
Supported Media Types
- application/json
200 Response
The user status has been retrieved successfully
Root Schema : UserStatusResponse
Type:
Show Source
object
-
enabled:
boolean
if user is enabled, set to true. If disabled, set as false
-
forcepwdchange:
boolean
if user is forced to change password in the next login, set to true. Else set to false.
-
unlocked:
boolean
if user is unlocked, set to true. If user is locked, set to false
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error