Closed vladano closed 2 weeks ago
Hi @vladano
Have you tried using the Admin REST API?
GET /admin/realms/{realm}/users
POST /admin/realms/{realm}/users
I also wrote this article: Exploring Keycloak Admin REST API
I hope it helps.
It is interesting that until now the option for exporting and importing users has not been added to the keycloak Admin UI.
This tip definitely helped in which direction to explore further. Thank you very much.
Hello, Admin UI has option to export realm and group but export users when using keycloak cluster configuration is different story.
Is it possible to export keycloak users from keycloak cluster configuration and how to do that?