Wild Apricot Contact Filtering
Retrieves single user profile
Retrieves the user information to create a single user profile for the corresponding URL Parameter Member ID. Returns the Wild Apricot User/Contact information by the field or System Code. Dynamically changes by what user ID is called from the URL Parameter.Returns null or blank if user ID is not specified.
[xpx_UserListing_SavedSearch id="$search_id" or name="$name" columns="$columns"]
Parameters
$meta_name
(string) (Required) The meta key to retrieve.
$SystemCode
(string) (Required) The System Code to retrieve.
Usage
Field Label
Example: Get the First Name by the Field Label: First name
Structure
Example
System Code
Example: Get the Business Title by the System Code: custom-7717632
Structure
Example
Operator | Description | Field Types | Example |
---|---|---|---|
eq | Equals to | All | |
ne | Not equal to | All | |
gt | Greater than | Number, DateTime | |
ge | Greater than or equal to | Number, DateTime | |
lt | Less than | Number, DateTime | |
le | Less than or equal to | Number, DateTime | |
substringof | Field includes specified value
using the following format:
substringof(‘field’, ‘value’) | String |