profile/search

Returns a list of profiles based on provided names.

Usage

https://www.geni.com/api/profile/search?names=smith

Parameters

Name Type Description Required
names String Names you wish to search for. false

Returned Fields

Name Type Description
next_page String Link to the next page of results (if any)
page Number Page number
prev_page String Link to the previous page of results (if any)
results Array of Profiles List of profiles found in the search
Note: Blank fields will not be returned to save bandwidth.

rails-1a-001