Bulk update of users in KeyCloak
问题 I have a task to change the status of users in the IDM. The solution I chose is naive: looping each one and calling KeyCloak's service using REST. However, I've noticed that this consumes a lot of time. I thought that something like bulk update (equivalent to SQL) might solve the issue, but I didn't find it in KeyCloak's API. Does anyone know how to fix it? Thanks for help! 回答1: Do you have access to Keycloak's database? If that's the case, you may update users' data with SQL sentences. The