Change user status using userid

put

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

User status is changed as per input specifications. The specifications tells whether user is enabled/disable forcedPasswordreset, locked/unlocked. These status of the user can be changed via this API. In this API, the user is assumed to be present in the default idstore. The userid is specified as a path parameter.

Request

Path Parameters
Query Parameters
Body ()
This is the request object which uniquely identifies the user and changes the status as per the input specification
Root Schema : UserStatusChangeRequest
Type: object
Show Source
Nested Schema : userstatus
Type: object
Show Source
Nested Schema : userdetails
Type: object
Show Source

Response

Supported Media Types

200 Response

The user status has been changed successfully

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error