Ifd:getOrganizationMembers

From dev.ifd-library.org

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

Express heading

QUERY_FUNCTION getOrganizationMembers( organization_guid : STRING ) :  LIST OF IfdUser;


Function to get all users that are members of the given organization. This function requires administrator access.

Input:

  • string organization_guid - the GUID of the organization we want to list the users for.
  • session_id - the session id for the current user.

Return:

  • IfdUser [] - An array containing the list of all users for the given organization.

Back to the API

Comments:

Talk:Ifd:getOrganizationMembers