Discussions

Ask a Question
Back to All

get edge report for user if report is already exists

I am trying to pull report for user via https://ninjafetch.com/api/v1/ibv/requests with data params, but as response I have this error:

"PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "identity__emails_key"\nDETAIL: Key (person_id, email)=(2809277, [email protected]) already exists.\n"

why? If I remove email from payload it works, but creating each time new report

what should I do?