Hi,
I would like to ask if this is the expected behaviour, following these steps:
1. I have a realm with "Terms and Conditions" Required Action set to "Enabled" and "Default", so all the new users for that realm need to accept the Terms and Conditions when registering.
2. When I create a new user using the REST API (using `POST /{realm}/users` endpoint), I have the option to provide `requiredActions` string array as part of the User Representation that goes in the body of the API request.
Whenever the `requiredActions` property is sent as an empty array, is it expected that the created user still gets the Realm's default actions assigned? In this case, I want to remove any Realm-level requiredAction for the user I'm creating from the API, as it's a very special user, thus overriding this setting.
Is it possible in that way?
Many thanks in advance and kind regards,
Jose