Newer Version Available

This content describes an older version of this product. View Latest

Feed Elements Capability, Direct Message

Access the direct message capability of a feed element. Update the members of a direct message.
Resource
Available version
39.0
Requires Chatter
No
HTTP methods
GET, PATCH
Request body for PATCH
Root XML tag
<directMessageCapability>
JSON example
Properties
Name Type Description Required or Optional Available Version
membersToAdd String[] List of user IDs for members to include in the direct message. Required when creating a direct message (POST)

Optional when updating a direct message (PATCH)

39.0
membersToRemove String[] List of user IDs for members to remove from the direct message. Optional when updating a direct message (PATCH)

Not supported when creating a direct message (POST)

40.0
subject String Subject of the direct message. Optional when creating a direct message (POST)

Not supported when updating a direct message (PATCH)

39.0
Response body for GET and PATCH
Direct Message Capability

If the feed element doesn’t support this capability, the response is 404: Not Found.