Body
Multiple query options are supported. You can build a complex query filling out the advancedFilter section. We also support "simple" queries which used by putting the key you want to filter by in the query section along with the value you want it to filter for. E.g., nameFirst=John will return all persons with a first name of John.
Complex filter configuration allowing for multiple conditions with AND/OR operators.
Array of field names to return in the response.
["id", "firstName", "lastName"]Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.
Page number for pagination.
1
Number of items per page. Defaults to 500.
20
Field name to sort by.
"createdAt"
Sort direction: ascending (asc) or descending (desc).
asc, desc "desc"
Additional key-value pairs for simple filtering. Any field from the entity can be used as a filter key. E.g., field=value will return all records where that field matches the specified value.
"status=active"
Response
A list of Persons
Represents the organization that the individual in the Person table is associated with.
Represents the urban area or municipality where the individual resides.
Records the day, month, and year when the individual was born.
Stores the electronic mail address of the individual.
Unique identifier.
Indicates whether the individual is a candidate for a position or role.
Indicates whether the person is a staff member or not.
Contains the first name of the individual in the Person table.
Stores the full name of an individual in the format of first name followed by last name.
Stores the surname of the individual.
Represents the unique identifier for the organization to which the individual belongs.
Stores the contact number of the individual.
Indicates the status of a person's association with a random pool in a system, typically represented by a unique identifier.
Indicates the U.S. state or territory where the individual resides.
Contains the main street address for an individual.
Contains additional information about the person's street address such as apartment or suite number.
A unique identifier assigned to each individual in the Person table.
Stores the postal code associated with each individual's residential address.

