Ifd:getContextUsers
From dev.ifd-library.org
Function public IfdUser [] getContextUsers (String context_guid , String session_id ) throws IfdServerException
Express heading
QUERY_FUNCTION getContextUsers( context_guid : STRING ) : LIST OF IfdUser;
Function to add get all users that have read access to a context. This function requires read access.
Input:
- string context_guid - the GUID of the context 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 context.
Comments: