79436497

Date: 2025-02-13 14:27:57
Score: 3.5
Natty:
Report link

I managed to fix it. The solution was to wrap the path variables in parenthesis and encoding a few of the ":" in the path as well as using a comma instead of ampersand between the variables.

Documentation example: https://api.linkedin.com/rest/adAccountUsers/account=123456789&user=ABCABCABCAB

Working: https://api.linkedin.com/rest/adAccountUsers/(account:urn%3Ali%3AsponsoredAccount%3A123456789,user:urn%3Ali%3Aperson%3AABCABCABCAB)

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MSFU