Add users to keycloak using third party app

Hi Team,
Is there any web based tool or app to add users /view users from keycloak

You mean other than the Keycloak Admin UI?

You could certainly build one using the Admin API, which is the same thing that the Keycloak Admin UI uses under the covers.

https://www.keycloak.org/docs-api/18.0/rest-api/index.html

1 Like

is there any other UI using keycloak apis to add, view users as ifother app or as user friendly UI

None that I know of. You can build one easily with the Admin API.