You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /admin/realms/{realm}/users will list all users. It is possible to filter users based on query parameters. We can therefor build different search queries to implement import or deactivation of users.
The text was updated successfully, but these errors were encountered:
Description
It would be great if we can also sync userdata from keycloak. It can follow the same logic as the other sources. You can find the keycloak API description here: https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users
Solution
GET /admin/realms/{realm}/users will list all users. It is possible to filter users based on query parameters. We can therefor build different search queries to implement import or deactivation of users.
The text was updated successfully, but these errors were encountered: