- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
The Find User operation has two properties that can be configued in the Result section: Results and User.
The Results property stores the number of users that were found that matched the search filters while the User property stores a User object that represents the first user that matched the search filter.
In your example, both 'john' and 'john1' match the search filter of 'john' so the Results property should be 2. However, your User property should only contain the first user that matched the criteria. Whether it contains 'john' or 'john1' at this point is unclear since we don't know which one was found first.
Views
Replies
0 Likes
Total Likes