Stay up to date with the latest changes to Synthflow.
permissions objectThe legacy permissions object in the PUT Subaccount endpoint is being deprecated and will no longer be supported for permission updates.
Effective date: May 5, 2026 (in two weeks)
The current permissions object (boolean-based) will be removed from the update flow. Permission updates must instead be made using the new explicit mutation fields:
grant_permissionsrevoke_permissionsThis update introduces explicit and unambiguous permission handling, preventing accidental overwrites and making permission updates safer and more predictable as the permissions model expands.
If you are currently sending:
You should migrate to:
permissions object will be rejected after the effective date.grant_permissions and revoke_permissions will be honored moving forward.