I would like to share a document on a users basis only. It seems that the example sharing process only works with groups. The standard share function works with users and groups:
The backend search call is 'service/organization/query?q=john&activeonly=true&details=true', whereas the sharing process is scoped for GROUP:
service/organization/query?q=st&activeonly=false&details=true&scope=GROUP
In the process model the 'Classification' of the datafield states 'org User/Group'. I assume the scripts
putBody.organizationobjects.push($.variable('usergroup').value); Is activated _after_ the selection of the groups, so it seems to be irrelevant for initial dialogue.
Where does the restriction on GROUP come from?