I have some users that are being put into different groups depending on their activities for the customer. For instance: user A has a professional license for a few months, and then through placing them in a different group A is supposed to become an analyser license user.
How can I see which License rules apply to a user?
The API endpoint to use should be
/qrs/systemrule/license/audit/matrix
But I have no idea what to put in the body to get the right result (users on the rows, applied rules on the columns)
Alternatively:
/qrs/systemrule/license/audit
SHOULD work, and it gives me back all the rules, but the result in ruleApplication is completely empty, which is not what the documentation says it should do.