Enable IAS Import Consent
Overview
enable_ias_import_consent grants or revokes the current user's consent for RLS/IAS record import (the IAS_IMPORT_RECORDS consent category) — a prerequisite for the network-wide provider discovery flow described in locating-and-managing-ias-connections. Each call creates a new Consent record reflecting the requested decision (status is always active — it marks the current decision record, not whether that decision permits or denies); it does not update a prior one (there is no update mutation for Consent in the schema), and the consent-service automatically marks the prior record for this category inactive.
Required Parameters
enable (boolean)
trueto grant consent,falseto revoke it.
Returns
id,resource_type,status— the created Consent record's identifiers (statusis alwaysactive, see Overview).date_time— when the consent decision was recorded.category— the consent category coding. Note: the stored code is normalized to lowercase/colon-separated (ias:import:records) even though the input this tool sends isIAS_IMPORT_RECORDS.provision— the provision type (PERMIT/DENY) recorded for this decision.
Notes
After enabling, use get_import_tasks to monitor the resulting network search.
Updated 14 days ago
Did this page help you?
