| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | The account's unique identifier (same as used in /v1/accounts/{accountId}) | [optional] |
| profileId | String | The profile's unique identifier this account belongs to | [optional] |
| platform | String | [optional] | |
| username | String | [optional] | |
| displayName | String | [optional] | |
| disconnectionType | DisconnectionTypeEnum | Whether the disconnection was intentional (user action) or unintentional (token expired/revoked) | [optional] |
| reason | String | Human-readable reason for the disconnection | [optional] |
| Name | Value |
|---|---|
| INTENTIONAL | "intentional" |
| UNINTENTIONAL | "unintentional" |