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

Download Open API Spec

PUT /schema/organization/{id}/acl

Update the AccessControlList (ACL) for the identified Organization.

Note: The caller must be granted the ACCESS_TYPE.CHANGE_PERMISSIONS permission to update an Organization's ACL.

Resource URL

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

Resource URL Variables
{id} The numeric identifier of the organization.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object AccessControlList
(application/json)
Response Object AccessControlList
(application/json)