User REST Endpoints
User
The operations from the User category.
- Change Password by ID
- Method: patchPath:
/user/changePassword/{id} - Create a User
- Method: postPath:
/user - Delete a User
- Method: deletePath:
/user/{id} - Get User Details by ID
- Method: getPath:
/user/{id} - Get User List
- Method: getPath:
/user