users

  • POST users/createThis method creates a User based on an existing user template. A single user is returned by each call
  • POST users/change_passwordThis method changes a user's password. A single user's password is changed by each call
  • GET users/showThis method returns information related with a User. A single user is returned by each call
  • GET users/listThis method returns information related with users.  Multiple users are returned by each call