When a user accepts our EULA and Privacy Policy, does that event get logged anywhere? And if so, how can we retrieve that data? I’m not seeing it anywhere in the portal.
Thanks!
When a user accepts our EULA and Privacy Policy, does that event get logged anywhere? And if so, how can we retrieve that data? I’m not seeing it anywhere in the portal.
Thanks!
Hi Robert,
The IDs of the EULA and Privacy Policy that were accepted are logged, but that information is currently not displayed in the Pangea Console. The data can be retrieved by calling the AuthN endpoint /v2/user/profile/get
. Hope this helps.