Ifd:addContextUsers
From dev.ifd-library.org
Function public IfdUser [] addContextUsers ( String context_guid, String[] user_guids, String session_id ) throws IfdServerException
Express heading
QUERY_FUNCTION addContextUsers(
context_guid : STRING ; users : LIST OF IfdUser) : LIST OF IfdUser;
Function to add new users to a context. Only a context owner can add users to a context
Input:
- string context_guid - the GUID of the context that the users should be added to
- String [] users - An array of global unique identifier of for all users to be added as context users
- session_id - the session id for the current user
Return:
- IfdUser [] - An array containing the updated list of all users for the given context
Comments: