Ifd:updateUser
From dev.ifd-library.org
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.
Comments: Talk:Ifd:updateUser