Newer Version Available
Feed Elements Capability, Direct Message
- Resource
-
1/chatter/feed-elements/feedElementId/capabilities/direct-message1/connect/communities/communityId/chatter/feed-elements/feedElementId/capabilities/direct-message - Available version
- 39.0
- HTTP methods
- GET, PATCH
- Request body for PATCH
-
- Root XML tag
- <directMessageCapability>
- JSON example
-
1{ 2 "membersToAdd": ["005R0000000I2X4","005R0000000I23Y","005R0000000IUV5"] 3} - 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.