Security rule audit: Get accessible objects
Note: LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
POST
Path
/qrs/systemrule/security/audit/accessibleobjects
Description
Get a list of all accessible objects based on resource type, action, and user.
Body
AccessibleObjectsParameters: { "resourceType": "App" // or any type at all, "Action": what the user is allowed to do, "UserId": "[GUID]" // a user }
Return value
List<IRepositoryObject>: [ { object, for example, "App" }, { ... } ]
Optional parameters
-