Skip to main content

Update Consented Account

Updates a consent by enabling or disabling an account. Use this endpoint when an end user wants to change whether or not an account is shared with an app.

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

Path Parameters

FieldRequiredType

ConsentPublicId

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

Required
String

AccountId

The account id selected for update.

Required
String

version

API version. Indicates which FDX version is in use.

Required
String

Request Body

FieldRequiredType

enabled

Required
Boolean
Loading...