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

Tasks

Class Methods

requestWithExpr:target:limit:

the match expression

+ (id)requestWithExpr:(MatchExpression *)expr target:(id)target limit:(NSInteger)limit

Parameters

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)

Declared In

FindUsersRequest.h