Skip to main content Skip to complementary content

Security rule audit: Get accessible objects

Information noteLOCKED.

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

-

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!