users
- POST users/create — This method creates a User based on an existing user template. A single user is returned by each call
- POST users/change_password — This method changes a user's password. A single user's password is changed by each call
- GET users/show — This method returns information related with a User. A single user is returned by each call
- GET users/list — This method returns information related with users. Multiple users are returned by each call