Create dm channel
Create a new DM channel between two or more users, optionally scoped to a specific company. Returns the existing channel if one already exists.
Required permissions:
- dms:channel:manage
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"created_at": "123.45",
"last_message_at": "2023-12-01T05:00:00.401Z",
"name": "Project Alpha Team"
}Changes
Changed in 3 of the 74 revisions of this API.13
- ●
removed the request property
request-property-removed
- ○
added the new optional request property
new-optional-request-property
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
the security scope
dms:channel:managewas added to the endpoint's security schemebearerAuthapi-security-scope-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
new-optional-request-property
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.