You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param name: Filter connected accounts by name. If provided, this query will attempt to find matches against the following Account and Profile fields: <ul> <li>Account `displayName`</li> <li>Individual Profile `firstName`, `middleName`, and `lastName`</li> <li>Business Profile `legalBusinessName`</li> </ul>
378
377
:param email: Filter connected accounts by email address. Provide the full email address to filter by email.
379
-
:param type: Filter connected accounts by AccountType. If the `type` parameter is used in combination with `name`, only the corresponding type's name fields will be searched. For example, if `type=business` and `name=moov`, the search will attempt to find matches against the display name and Business Profile name fields (`legalBusinessName`, and `doingBusinessAs`).
380
-
:param include_guest: Filter accounts with AccountType guest. If true, the response will include guest accounts.
378
+
:param type: Filter connected accounts by AccountType. If the `type` parameter is used in combination with `name`, only the corresponding type's name fields will be searched. For example, if `type=business` and `name=moov`, the search will attempt to find matches against the display name and Business Profile name fields (`legalBusinessName`, and `doingBusinessAs`). Filtering by `type=guest` is not currently supported.
381
379
:param foreign_id: Serves as an optional alias from a foreign/external system which can be used to reference this resource.
382
380
:param include_disconnected: Filter disconnected accounts. If true, the response will include disconnected accounts.
383
381
:param capability: Filter connected accounts by the capability.
:param name: Filter connected accounts by name. If provided, this query will attempt to find matches against the following Account and Profile fields: <ul> <li>Account `displayName`</li> <li>Individual Profile `firstName`, `middleName`, and `lastName`</li> <li>Business Profile `legalBusinessName`</li> </ul>
505
501
:param email: Filter connected accounts by email address. Provide the full email address to filter by email.
506
-
:param type: Filter connected accounts by AccountType. If the `type` parameter is used in combination with `name`, only the corresponding type's name fields will be searched. For example, if `type=business` and `name=moov`, the search will attempt to find matches against the display name and Business Profile name fields (`legalBusinessName`, and `doingBusinessAs`).
507
-
:param include_guest: Filter accounts with AccountType guest. If true, the response will include guest accounts.
502
+
:param type: Filter connected accounts by AccountType. If the `type` parameter is used in combination with `name`, only the corresponding type's name fields will be searched. For example, if `type=business` and `name=moov`, the search will attempt to find matches against the display name and Business Profile name fields (`legalBusinessName`, and `doingBusinessAs`). Filtering by `type=guest` is not currently supported.
508
503
:param foreign_id: Serves as an optional alias from a foreign/external system which can be used to reference this resource.
509
504
:param include_disconnected: Filter disconnected accounts. If true, the response will include disconnected accounts.
510
505
:param capability: Filter connected accounts by the capability.
0 commit comments