I need to apply update password required action on group level not user level,
- i have around 100 user assigned to specific group , and i need all of them update their password
I need to apply update password required action on group level not user level,
I don’t believe there is a way to do it in batch. The best way I can think of would be to query the users in group (Keycloak Admin REST API) and then call the execute-actions-email method (Keycloak Admin REST API) for each user ID with the actions you need them to perform.
Not “fast”, but better than if you had thousands of users. ![]()