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