Show this component when the widget init response reports
status: "INVITED", or
disclosuresRequired: "REQUIRED" with disclosuresAccepted: false. The first case covers an
invited teammate even in an organization whose requirement is NOT_REQUIRED — Accept still needs
to run once (posting a null version) to activate them, so gating on disclosuresRequired === "REQUIRED" alone would leave those invitees stuck. The second case covers an already-active user
who needs to accept a newly published version. Once the user accepts, the component refreshes
automatically, so the rest of your UI picks up their new status with no extra step on your end.React
EmbeddedProvider with the invited (or reauthorizing) user’s own userId/userEmail, the same way you would for any other embedded component.
AcceptDisclosuresWidget props
Web components
AcceptDisclosuresWidget is currently available for React only. A web component equivalent has
not been published yet.