Hi there,
I've used JWT Authentication to generate access_token via POST https://ims-na1.adobelogin.com/ims/exchange/jwt/
Next, I got globalCompanyId value from /discovery/me (attached "discovery_me.png") and saved it in env.variable company_id for the request to /users/me (parameter "x-proxy-global-company-id").
However, I got error 401 "Unauthorized" (attached "users_me.png"):
{
"errorCode": "invalid_token",
"errorDescription": "User associated with ims token could not be found or company not found.",
"errorId": "auth-0de09603-7da5-4d10-abff-c12ed0f733a1"
}
What's the reason for this error and how to fix it?
Thanks®ards,
Evgeniy