Convert group message to private channel
POST/api/v4/channels/:channel_id/convert_to_channel
Converts a group message channel into a private channel in the specified team.
Permissions
Must have create_private_channel permission in the destination team.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Conversion successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found