Skip to main content

Update Auto Access

Set a consented app's auto update status. Use this endpoint to allow or disallow an app to automatically add new accounts to an end user's consent. This sets the consent object's auto_enable_future_accounts field to true or false.

PUT
/api/{version}/consent_management/{ConsentPublicId}/accounts

Path Parameters

FieldRequiredType

ConsentPublicId

The consent id. This value is returned in the GET Consent List as id.

Required
String

version

API version. Indicates which FDX version is in use.

Required
String

Request Body

FieldRequiredType

automatic_access

Required
Boolean
Loading...