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
| Field | Required | Type |
|---|---|---|
ConsentPublicId The consent id. This value is returned in the GET Consent List as | Required | String |
version API version. Indicates which FDX version is in use. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
automatic_access | Required | Boolean |
Loading...