Authorization
header using a Paragon User Token:
paragon.authenticate
:
paragon.authenticate
, as an additional parameter:
Name
and Email
are special parameters that you can view within the Connected Users Dashboard. They are also case-sensitive.paragon.getUser
or with the REST API.
credentialStatus
propertycredentialStatus
property. For example:
credentialStatus
is not "VALID"
. You can initiate a reconnection flow with the same function used to start a connection flow: .installIntegration(integrationType: string, installOptions?: InstallOptions) -> Promise<IntegrationInstallEvent>.
paragon.uninstallIntegration
or with the REST API.
When an integration is disconnected, workflows for that integration will stop running for the authenticated user and any saved User Settings will be cleared.