79240442

Date: 2024-11-30 20:38:00
Score: 0.5
Natty:
Report link

This happens because you're accessing the project as the add-on user and not the user in context. To perform a user context request, you should use the impersonation JWT token, which you should generate before accessing the endpoint you want to return. The explanation is here and always ensure you have the scope ACT_AS_USER to enable this to work

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Prince