License rule: Get user actions
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
POST
Path
/qrs/systemrule/license/useractions?privileges={appendprivileges}
Description
Return information about the users that have the right to use or access certain functionality in Qlik Sense. Optionally, add privileges to the returned entities.
Body
UserInput:
{ "type": "...", "selectionSetID": "[GUID]", "actions": "[integer]", "limit": "[integer]", "userFilter": "..." }
Return value
List<UserLicenseActions>:
{ "user": { "userId": "", "userDirectory": "", "name": "", "id": "00000000-0000-0000-0000-000000000000" }, "actionCounts": { { "0|1" }: "[integer] ", ... } }
Optional parameters
-
{appendPrivileges}: See Adding privileges.