Is there a full documentation of the account management REST API available somewhere?
I don’t believe it is documented. You can look at the source to get an idea of what methods are available keycloak/AccountRestService.java at main · keycloak/keycloak · GitHub
You mean this?
This is the admin REST API, not the account management REST API…
Account management REST API docs are not available for the time being.
Thank you @xgp for sharing.
Why isn’t this API documented @dasniko ? Is it dangerous to use it ? Will it be maintained?
Don’t know ![]()
Most probably, there wasn’t time and/or motivation to it yet. Just like in your regular projects, nobody likes to to documentation…
I recently started using KC and I was thinking “This feels wrong that I am looking at the network requests behind the Account Management UI in the dev console. Surely I’m missing something and haven’t found the correct docs”.
But now I don’t feel like a crazy person, knowing that the docs simply did not exist. ![]()