Skip to content
Start here

Move

Move a message
client.emailSecurity.investigate.move.create(stringinvestigateID, MoveCreateParams { account_id, destination, expected_disposition } params, RequestOptionsoptions?): SinglePage<MoveCreateResponse { success, completed_at, completed_timestamp, 6 more } >
POST/accounts/{account_id}/email-security/investigate/{investigate_id}/move
Move multiple messages
client.emailSecurity.investigate.move.bulk(MoveBulkParams { account_id, destination, expected_disposition, 2 more } params, RequestOptionsoptions?): SinglePage<MoveBulkResponse { success, completed_at, completed_timestamp, 6 more } >
POST/accounts/{account_id}/email-security/investigate/move
ModelsExpand Collapse
MoveCreateResponse { success, completed_at, completed_timestamp, 6 more }
success: boolean

Whether the operation succeeded.

completed_at?: string | null

When the move operation completed (UTC).

formatdate-time
Deprecatedcompleted_timestamp?: string

Use completed_at instead.

Deprecated, use completed_at instead. End of life: November 1, 2026.

formatdate-time
destination?: string | null

Destination folder for the message.

Deprecateditem_count?: number

This field is deprecated.

Number of items moved. End of life: November 1, 2026.

message_id?: string | null

Message identifier.

operation?: string | null

Type of operation performed.

recipient?: string | null

Recipient email address.

status?: string | null

Operation status.

MoveBulkResponse { success, completed_at, completed_timestamp, 6 more }
success: boolean

Whether the operation succeeded.

completed_at?: string | null

When the move operation completed (UTC).

formatdate-time
Deprecatedcompleted_timestamp?: string

Use completed_at instead.

Deprecated, use completed_at instead. End of life: November 1, 2026.

formatdate-time
destination?: string | null

Destination folder for the message.

Deprecateditem_count?: number

This field is deprecated.

Number of items moved. End of life: November 1, 2026.

message_id?: string | null

Message identifier.

operation?: string | null

Type of operation performed.

recipient?: string | null

Recipient email address.

status?: string | null

Operation status.