-
|
I want to list user's linked-accounts by postman, but return with error message: "RESTEASY003210: Could not find resource for full path: http://localhost:8080/realms/smsb/account/linked-accounts". |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
I has tested the url "http://localhost:8080/realms/smsb/account/linked-accounts" and "http://localhost:8080/auth/realms/smsb/account/linked-accounts", but return the same error. |
Beta Was this translation helpful? Give feedback.
-
|
I use keycloak in docker, the version is quay.io/keycloak/keycloak:17.0.0 |
Beta Was this translation helpful? Give feedback.
-
|
@linlinwen I tried to reproduce the issues you mentioned using the latest releases (18.0.0) and I was able to send request to the If you would like, I added my Postman workspace here (https://gist.github.com/abstractj/6809fa2d9b0dc1ee87cbf95541cc84fa) with instructions. I hope it helps. |
Beta Was this translation helpful? Give feedback.
-
|
@linlinwen to be honest, I don't know if it's Postman bug, but I'm glad that is working for you now. |
Beta Was this translation helpful? Give feedback.
@linlinwen I tried to reproduce the issues you mentioned using the latest releases (18.0.0) and I was able to send request to the
linked-accountsendpoint.If you would like, I added my Postman workspace here (https://gist.github.com/abstractj/6809fa2d9b0dc1ee87cbf95541cc84fa) with instructions.
I hope it helps.