


Hi All,
I am trying to get the profile attributes of a user by using the Fetch Profile API.
But, the repsonse I receive is {"status":404,"message":"Profile not found: <your-tnt-id>"}.
Is there any setting that need to be enabled for using the API?
Thanks in advance,
Neetu
Hi Neetu,
This is probably because you are checking a profile that was just created. The profile fetch API has ~30 minute latency before you'll see it showing up. If you try that same ID again you'll probably get the JSON response you are expecting.
Hi Neetu,
This is probably because you are checking a profile that was just created. The profile fetch API has ~30 minute latency before you'll see it showing up. If you try that same ID again you'll probably get the JSON response you are expecting.