Skip to main content

Sets or unsets the externally-accepted consent flag for the specified client user. When externalConsentAccepted is true, records that consent was collected externally. When externalConsentAccepted is false, withdraws the externally-accepted consent.

Path Parameters
  • clientUserId string required

    The user's internal Upheal UUID or the partner's partnerUserId (external ID) set during user creation. Note - using partnerUserId may result in slightly higher latency due to an additional lookup.

Request Body required
  • externalConsentAccepted boolean required

    Whether consent has been accepted externally.

Responses

Consent updated successfully.


Schema
  • externalConsentAccepted boolean required

    Whether consent has been accepted externally.

Loading...