NameDescriptionTypeAdditional information
Id

Id As Integer

integer

None.

FirstName

Users Firstname to match. Can use ",' to separate a list of names OR ":" to specify a range of names to search between)

string

None.

LastName

Users Surname to match. Can use ",' to separate a list of names OR ":" to specify a range of names to search between)

string

None.

FirstNameLike

First name pattern to match against (if no pattern chars are detected the string will automatically be prefixed ans suffixed with '%')

string

None.

LastNameLike

Surname pattern to match against (if no pattern chars are detected the string will automatically be prefixed ans suffixed with '%')

string

None.

Postcode

Users PostCode to match. Can use "," to specify a list of values to match OR ":" to specify a range to search between) e.g. 4000 OR 4000,4002,4004 OR 4000:4004

string

None.

Language

Currently not working!!!

string

None.

LanguageLike

Under development! Currently is used as a pattern to match against spoken languages.

string

None.

DOB

User DOB as a yyyy-mm-dd styled sting. (Likely to be removed)

string

None.

Gender

Select users that match one of the comma separated list of genders (unknown, male, female)

string

None.

Phone

Match clients with given phone number. Will pattern match based on only digits substrings found in pattern (e.g. "07 111" will match "%07%111%")

string

None.

Mobile

Match clients with given mobile phone number. Will pattern match based on only digits substrings found in pattern (e.g. "0044 111" will match "%0400%111%")

string

None.

Limit

Limit to number of rows returned by request (default is 100)

integer

None.

Skip

Number of rows to skip (so we can skip 10 get next 10 etc)

integer

None.