This endpoint retrieves the access control list (ACL) for a BRK. It allows you to check the visibility of a BRK (public or private), whether it can be cloned, and the list of users who have access to it along with their permission levels. You must have at least viewer permissions for the BRK to access its ACL.
Permission level for the user. 0: Viewer (can view and execute the BRK), 1: Editor (can view, execute, and edit the BRK), 2: Owner (can view, execute, edit, and delete the BRK, as well as manage permissions)
You must have at least viewer permissions for the BRK to access its ACL.
The response includes the visibility of the BRK (isPublic), whether it can be cloned (isClone), and the list of users who have access to it along with their permission levels.
Permission levels:
0: Viewer (can view and execute the BRK)
1: Editor (can view, execute, and edit the BRK)
2: Owner (can view, execute, edit, and delete the BRK, as well as manage permissions)
To update the ACL for a BRK, use the Update BRK ACL endpoint.