The LinkedAccount Object ### Description The LinkedAccount
object is used to represent an end user's link with a specific integration. ### Usage Example View a list of your organization's LinkedAccount
objects.
Name | Type | Description | Notes |
---|---|---|---|
id | str | ||
status | object | ||
end_user_organization_name | str | ||
end_user_email_address | str | ||
webhook_listener_url | str | ||
category | object | [optional] | |
status_detail | str | [optional] | |
end_user_origin_id | str | [optional] | |
is_duplicate | bool, none_type | Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. | [optional] |
integration | AccountDetailsAndActionsIntegration | [optional] |