You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The api/v1/unsubscribe-from-marketing-emails endpoint is currently protected by the is-logged-in policy, which causes users who are not logged in to be redirected to the /login page.
To resolve:
Update the policy applied to the unsubscribe-from-marketing-emails endpoint
Search through the website logs and build a list of users who were redirected away from the /unsubscribe endpoint, and update those user records to be unsubscribed from marketing emails.
Issue/Goal:
api/v1/unsubscribe-from-marketing-emailsendpoint is currently protected by theis-logged-inpolicy, which causes users who are not logged in to be redirected to the /login page.To resolve:
unsubscribe-from-marketing-emailsendpoint