Package bscw ::
Package api ::
Module ap_get_users_by_name
|
|
Module ap_get_users_by_name
get details of users as list of dicts
for attribute names see editdetails
'shared_folders' gives a list of folders shared with that user
API definition::
API = (('usernames', 'array', 1, [('item', 'ASCII string', 1)]),
('attribute_names', 'array', 0, [('item', 'ASCII string', 1)]))
(c) Fraunhofer FIT, 2003
|
param_def()
return the parameter definition |
|
|
|
return_def()
return the result definition |
|
|
|
do_it(request,
usernames,
attribute_names=[ ] )
see above |
|
|