Open-webui oauth, http://myhostedsite/api/v1/users
Hi, I have an open-webui site running on which I have oauth (Google) configured. When logged on to it, I can do a http://myhostedsite/api/v1/users so I can list (and hopefully) also add/remove users. Note: a simple curl -X GET https://myhostedsite/api/v1/ -H "Authorization: Bearer mybearer" works, the other command (with v1/users) says "unauthorized" :-( I now would like to do this via n8n, any idea of approach? Thanks! J