Create a direct message channel
POST/api/v4/channels/direct
Create a new direct message channel between two users.
Permissions
Must be one of the two users and have create_direct_channel permission. Having the manage_system permission voids the previous requirements.
Request
Responses
- 201
- 400
- 401
- 403
Direct channel creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions