Hello,
I am having an issue where I need to have user management through the provided product APIs (mainly but not only, the users API) and they don’t seem to be working.
Whenever I try to send API calls (I’m using Postman) I always get a “404 Not Found” as response. What I find odd is that if I don’t send the auth credentials with the request I get a “401 Unauthorized”, which appears to be correctly validated on the application side and, therefore, “something” is working.
I have looked for possible configurations that I could be missing, but I have found only configurations for limiting access to the APIs in OpenDistro’s documentation. Given that I’m always using a user with admin privileges, I figured it shouldn’t be something related to lack of permissions. If I’m wrong about that and someone can point me to the correct link, it would already be very helpful.
If there’s any resource or config file that I could provide to help with comprehending the problem, just let me know!