Change user status using userid and idstoreref

put

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

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. The userid and the idstoreref that the user belongs to are specified as path parameters in this API.

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 : userdetails
Type: object
Show Source
Back to Top

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
Back to Top