Reconnecting an Account
Learn why an account may become disconnected and how to reconnect it.
seam.connected_accounts.get(email_address="[email protected]")
# ConnectedAccount(
# ...
# errors=[
# {
# error_code: "account_disconnected",
# message: "Account Disconnected, you may need to reconnect the account with a new webview..."
# }
# ]
# )Last updated
Was this helpful?

