MCP Abilities

Both abilities are in the lh-profile-page category, require promote_users, and act on the current site only.

lh-profile-page/create-or-fill-user

Class LH_Profile_Create_Or_Fill_User_Ability (includes/lh-profile-create-or-fill-user-ability-class.php). Replaces lh-buddypress-add-user/create-user. Creates a user from an email, first and last name and typed profile fields, or fills in what an existing account is missing. Requires LH User Provisioning.

lh-profile-page/search-users

Searches users on the current site by any combination of profile fields: phone (digits-only partial match against primary and secondary), email, names, town, street address, state/province and country (partial), postcode (exact), gender (exact, one of Male, Female, Organisation, Robot) and a birthdate range (birthdate_before/birthdate_after, inclusive). Values within a field are OR-ed; match_mode combines fields with AND (default) or OR. limit defaults to 20, maximum 100. Each result includes the profile fields and, when LH Vcard is active, a signed short-lived vcard link.