Retrieves paginated list of persons associated with the authorized requester.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Specifies the sort order for the returned persons.
If true, show only customers. If false, show non-customer parties.
Unique identifier for the resource. Multiple IDs can be provided as a comma-separated list.
"64438afd-fa20-4010-a573-2bbdca77cdb6,84ef251c-ab8f-47a5-bbfd-a16648f95157"
Filter on resources that have an account(s)
Only return resources where the last 4 characters of the SSN match the specified value.
4
"6789"
Only return resources where the last_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
"Smith"
Status of the person. One of the following:
ACTIVE
– is an integrator defined status. Integrators should set a person to active if they believe the person to be qualified for conducting business. Synctera will combine this status with other statuses such a verification to determine if the person is eligible for specific actions such as initiating transactions or issuing a card.DECEASED
– person is deceased.DENIED
– customer was turned down.DORMANT
– person is no longer active.ESCHEAT
– person's assets are abandoned and are property of the state.FROZEN
– person's actions are blocked for security, legal, or other reasons.INACTIVE
– an inactive status indicating that the person is no longer active.PROSPECT
– a potential customer, used for information-gathering and disclosures.SANCTION
– person is on a sanctions list and should be carefully monitored.ACTIVE
, DECEASED
, DENIED
, DORMANT
, ESCHEAT
, FROZEN
, INACTIVE
, PROSPECT
, SANCTION
"ACTIVE"
Only return resources where the email field matches the specified string. Any * characters in the string are wildcards, and match any characters.
"john.doe@example.com"
Only return resources where the first_name or chosen_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
"Alice"
Only return resources where the phone_number field matches the specified string. Phone numbers use the E.164 format e.g. +19178675309. Any * characters in the string are wildcards, and match any characters.
"+12065550100"
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
includes the person representations of available console users in the person get respsonse.
(beta) Ban status of the person. Multiple values can be provided as a comma-seperated list of the following:
ALLOWED
– person is not banned or suspendedSUSPENDED
- person is suspendedBANNED
– person is bannedMaximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
List of persons.
The response is of type object
.