POST
/admin.conversations.unarchiveUnarchive a channel
Unarchives a public or private channel. Supply the channel identifier in channel_id and use an authentication token with the required administrative scope.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `admin.conversations:write` scope.
Form data identifying the channel to unarchive. channel_id is required.
channel_idstringrequired
The channel to unarchive.
200Returns an object containing `ok: true` when the channel is unarchived.
okbooleanrequired
defaultReturns an object containing `ok: false` and an `error` value when the channel cannot be unarchived.
errorstringrequired
okbooleanrequired
Error handling
channel_id is required and must identify the public or private channel to unarchive. Use a token with the admin.conversations:write scope.