Hey team, I encountered a strange behaviour when I...
# gooddata-cloud
e
Hey team, I encountered a strange behaviour when I trying to perform a
PUT
request in this endpoint
f'https://{GOODDATA_DOMAIN}/api/v1/entities/users/{user_gooddata_id}/'
. The result I got was the following:
Copy code
{
  "detail": "The requested endpoint does not exist or you do not have permission to access it.",
  "status": 404,
  "title": "Not Found",
  "traceId": "5a8eaa04f9a864493f7e3b7ae93acd3f"
}
I tried the exact same request 30 seconds later and it was successful. Can you check the logs to see what might have happened?
j
Hi Evangelos, I was checking your users endpoint, I’ve compared it with your call in our logs and if I see correctly, you were calling a user ID which is not existing within your organization.
Therefore, you were getting
404
error.
e
Thanks @Julius Kos, that helps a lot!
🙌🏼 1