Ifd:getUsers

From dev.ifd-library.org

Jump to: navigation, search
Function public IfdUser [] getUsers (String session_id ) throws IfdServerException

Express heading

QUERY_FUNCTION getUsers : LIST OF IfdUser;


Function to get all users in the system.

Input:

  • session_id - the session id for the current user.

Return:

  • IfdUser [] - An array containing the list of all users in the system.

Back to the API

Comments:

Talk:Ifd:getUsers