| Name | Type | Description |
|---|---|---|
apps | array | Name of third-party apps where mailboxes should be exported. To export as a CSV file, use ["MANUAL"]. |
ids (Optional) | array | IDs of mailboxes to export. |
excludeIds (Optional) | array | IDs of mailboxes that should not be exported. |
tagIds (Optional) | array | Tag IDs of domains. |
contains (Optional) | string | Search filter for mailbox fields matching specific text. |
status (Optional) | string | Specify the status of mailboxes to export. |
workspace (Applicable only to Email Bison.) | string | Specify the Email Bison workspace to export to |
{
"apps": ["SMARTLEAD"],
"ids": ["a4333491-23dd-3d2q-8523-8eccfc2e82a6b", "4333491-23dd-3d2q-4333491-23dd"],
"excludeIds": ["4333491-23dd-3d2q-8523-8eccfc2e82a6b"],
"tagIds": ["tag1", "tag2"],
"contains": "example",
"status": "active"
}{
"apps": ["EMAILBISON"],
"ids": ["a4333491-23dd-3d2q-8523-8eccfc2e82a6b", "4333491-23dd-3d2q-4333491-23dd"],
"excludeIds": ["4333491-23dd-3d2q-8523-8eccfc2e82a6b"],
"tagIds": ["tag1", "tag2"],
"contains": "example",
"status": "active",
"workspace": "Primary Workspace"
}