Mark messages as unarchived
Marks the given messages as unarchived. This reverses the `archived` state. Archived messages are hidden from the default message list in the feed but can still be accessed and unarchived later.
Mark messages as unarchived
Marks the given messages as unarchived. This reverses the archived state. Archived messages are hidden from the default message list in the feed but can still be accessed and unarchived later.
Endpoint
POST/v1/messages/batch/unarchived
Rate limit
Tier 3Request body
message_ids
string[]
RequiredThe message IDs to update the status of.
Returns
BatchListMessagesResponse
The list of messages that were updated.