Message 1 of 3
Not applicable
06-18-2013
04:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm not sure that if Security.searchUsers(userProperties); Security.searchUsers({key:value, ...}) really works. Can anyone provide working sample script use this feature? Should I use lastName or LAST_NAME as key. the following codes do not work.
var usersFound = Security.SearchUsers({lastName:'vuong'});
var usersFound = Security.SearchUsers({LAST_NAME:'vuong'});
Solved! Go to Solution.