GET Endpoint for Users and User data from API
O
Obedient Toucan
Ted from Phin here. Does this route do what you're looking for? https://www.phinsecurity.com/knowledge/get-historical-data-for-company-api-route
Here's a sample response:
{
companyHistoricalData: [{
phinId: “sampleId”,
firstName: “Hsoj”,
lastName: “Snommis”,
emailAddress: “hosj@phinsecurity.com”,
phishesSent: 0,
phishesClicked: 0,
phishingClickPercentage:0,
trainingsAssigned:0,
trainingsCompleted:0,
upToDateOnTraining: true
}]
}