Ifd:updatePasswordForUser

From dev.ifd-library.org

Jump to: navigation, search
Function public String updatePasswordForUser (
                                   String user_guid,
                                   String new_password,
                                   String session_id)
                      throws IfdServerException

Function to update password for a user.

Input:

  • String user_guid The global unique identifier for the user.
  • String new_password The new password.
  • String session_id The session identifier for the active administrator.

Return: The number 1 (as string) if the update went well, the number 0 (as string) otherwise.

Back to the API

Comments: