Ifd:getUsers

From dev.ifd-library.org

Jump to: navigation, search

API version 2

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.

API version 3

  Function public IfdUser [] getUsers (String session_id) throws IfdServerException

EXPRESS heading

QUERY_FUNCTION getUsers: LIST OF IfdUser;

The function returns list of all registered in target IFD population users.

Input:

  • session_id - the session id for the current user.

Return:

IfdUser [] - List of IFD users, with the following attributes

  • guid - global unique id of the user in IFD population;
  • created_date - tada/time stamp of the user creation in format ‘YYYY.MM.DD hh:mm:ss’;
  • email - user e-mail address, shall be unique in IFD population;
  • name - users’ name;
  • member_of - (optional) home organization of the user;
  • role - name of the user role


Back to the API

Comments:

Talk:Ifd:getUsers