Skip to main content Skip to complementary content

Security rule: Get user actions

Information noteLOCKED.

This API is extremely reliable and will not be broken unless absolutely necessary.

Method

POST

Path

/qrs/systemrule/security/useractions?privileges={appendprivileges}

Description

Get a list that contains information on the users and the number of objects that each user is allowed to perform an action on based on resource type, a selection of resources, and a selection of actions. Optionally, add privileges to the returned entities.

Body

UserInput: { "type": "App" // or any type at all, "selectionSetId": "[GUID]", "flags": what the user is allowed to do, "limit": integer "userFilter": some filter }

Return value

List<UserActions>: [ { "user": { "id": "[GUID] " // a user }, [ { "actions", "count" }, // actions are the same as the flags above { ... } ] }, { ... } ]

Optional parameters

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!