Get user status using userid and idstoreref

get

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

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

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

The user status has been retrieved successfully
Body ()
Root Schema : UserStatusChangeRequest
Type: object
Show Source
Nested Schema : userdetails
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error
Back to Top