Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.24 KB

AccountDetailsAndActions.md

File metadata and controls

21 lines (16 loc) · 1.24 KB

AccountDetailsAndActions

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]