View path-based ACLs from REST API Explorer

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Path-based Access Control Levels (ACLs) enable you to define access control rules for scripted REST API endpoints using their resource path. This can be done independently of the ACL references on the operation record. Path-based ACLs enable more flexible security configurations, especially for read-only APIs and guest user experiences.

    시작하기 전에

    Role required: admin

    프로시저

    1. Navigate to All > REST API Explorer
    2. Locate your API and expand the methods.
    3. Select the menu icon next to the method that you want to check.
    4. Select View Resource ACLs.
    5. Review the list of path-based ACLs protecting that endpoint.

      ACL interaction rules:

      • No Overriding: Path-based ACLs do override operation-referenced ACLs or other path-based ACLs.
      • All Must Pass: All applicable ACLs must evaluate to true for access to be granted.
      • Owner Control: If the API owner has restrictive ACLs, your path-based ACLs can’t bypass them.