Ifd:updateUser

From dev.ifd-library.org

Jump to: navigation, search
public IfdUser updateUser (IfdUser user, String session_id )
       throws IfdServerException

Function to update a user. Everything except GUID may be updated. Email must be unique in DB, otherwise not changed.

Input:

  • IfdUser user - User to be updated, any change to the GUID will be ignored.
  • session_id - The session id for the active user

Returns:

  • IfdUser - The updated user from DB.


Back to the API

Comments: Talk:Ifd:updateUser