Users
APIs for creating, retrieving, updating, and deleting user
📄️ Create User
This API onboard or create a new user.
📄️ Update User
This method updates a specific 'user' record in SSM, based on the input parameter `username` of the relevant user.
📄️ Get User Details
This method returns a `List` of Users in SSM.
📄️ Get List of Users
This API returns the user information from SSM. This API will return only the user attributes which are not null or blank.
📄️ Validate User Data
This API will validate the attribute values of an existing user.
📄️ Change User Password
This API reset the password for a user in EIC. Considering the input parameters, the value of the new password should be supplied as Password and the Username should correspond to the user whose password is being reset.