Is there an endpoint where a simple user can edit their own data?

Could someone help me with an example or tell me if I need to do any configuration?
Thx!!

That‘s what the account-console does. This client is a react app which enables a user to manage its own data. The app uses the Account API, which is unfortunately not documented. You can call this API from within your custom application with the users access_token to manage the users data.
To get the requests: use the account-console, open the browser developer console, network tab and view the (xhr) requests.

1 Like

It’s a bit dated at this point, but I did an OpenAPI spec for the account console REST endpoints here OpenAPI specification for Keycloak account API · GitHub

2 Likes