User REST Endpoints

User
The operations from the User category.
Change Password by ID
Method: patch
Path: /user/changePassword/{id}
Create a User
Method: post
Path: /user
Delete a User
Method: delete
Path: /user/{id}
Get User Details by ID
Method: get
Path: /user/{id}
Get User List
Method: get
Path: /user