The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{id}/acl

Get the Access Control List (ACL) for a given entity.

Note: If this method is called on an Entity that is inheriting its permission from another Entity a NOT_FOUND (404) response will be generated. The error response message will include the Entity's benefactor ID.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/acl

Resource URL Variables
{id} The ID of the Entity to get the ACL for.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object AccessControlList
(application/json)