We are using our Custom Login/Registration page on frontend side (I know that we can change css of Keycloak login page but still) How to register a user via Keycloak REST API?
Yeah, I will show you with request for getting all users:
Authorization Header : “Bearer xxxxxxx” (token signed as realm admin, this is credentials you use to register into Admin Console)
URL: https://{SERVER:PORT}/auth/admin/realms/{REALM-NAME}/users
Method: GET