FindUsersRequest Class Reference
| Inherits from | BaseRequest : NSObject | 
| Declared in | FindUsersRequest.h FindUsersRequest.m  | 
Overview
Search Users in the system by matching their variables and properties against a MatchExpression
Class Methods
requestWithExpr:target:limit:
the match expression
+ (id)requestWithExpr:(MatchExpression *)expr target:(id)target limit:(NSInteger)limitParameters
- expr
 the match expression
- target
 it can be a Room or String (the Group Id), if null the search will done in the whole Zone (default)
- limit
 the number of results wanted. Zero means no limit, we will get all results (default)
See Also
Declared In
FindUsersRequest.h