When calling the endpoint to get all orgs for a user (docs reference: https://phasetwo.io/api/list-organizations-for-the-given-user) I am consistently getting a response of: "error": "RESTEASY003650: No resource method found for GET, return 405 with Allow header".
Am I doing something wrong or are the docs incorrect and this method isn't supported?
I am running the docker image: quay.io/phasetwo/phasetwo-keycloak:22.0.3 but am mounting in a custom provider and a custom theme.
When calling the endpoint to get all orgs for a user (docs reference: https://phasetwo.io/api/list-organizations-for-the-given-user) I am consistently getting a response of:
"error": "RESTEASY003650: No resource method found for GET, return 405 with Allow header"
.Am I doing something wrong or are the docs incorrect and this method isn't supported?
I am running the docker image:
quay.io/phasetwo/phasetwo-keycloak:22.0.3
but am mounting in a custom provider and a custom theme.