Find a past participant by profile Id Requires organization feature: participant database.
cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/team-respondents/profiles/{profileId}
{ "profileId": "<string>", "userId": "<string>", "firstName": "<string>", "lastInitial": "<string>", "jobTitle": "<string>", "linkedinUrl": "<string>", "skills": [], "company": "<string>", "companySize": "selfemployed", "location": [ { "city": { "id": "<string>", "country": "AF", "city": "<string>", "state": "<string>", "formattedAddress": "<string>", "administrative_area_level_1": "<string>", "postal_code": "<string>", "locality": "<string>", "location": { "latitude": 123, "longitude": 123 }, "zip": "<string>" }, "zipcode": null, "state": "<string>", "loc": { "type": "<string>", "coordinates": [ 123 ] } } ], "gender": "male", "educationLevel": "somehighschool", "ethnicity": "americanindianalaskannative", "householdIncome": "<30000", "industry": [ "<string>" ], "seniorityLevel": "unpaid", "source": "marketplace", "lastPaidAt": "<string>", "socialLinks": {} }
The response is of type object.
object