-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Automation - Action - Entra ID
-
None
-
3
-
Severity 3 - Minor
Issue Summary
Microsoft Graph returns HTTP 400 (Bad Request) for multiple cases when adding a user to a group, and due to incorrect error handling, the error is generically mapping to "Invalid input provided to the application" on the UI.
Steps to Reproduce
- Create an Automation rule using Add user to group in EntraID action
- Inform in this action the id of a user who is already part of the target group
- Trigger the rule for this to be executed
- The generic error will be shown in audit log
Expected Results
Error should have complete information such as "The user is already a member of this group".
Actual Results
The rule audit log only brings a generic message saying "Invalid input provided to the application" on the UI.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available