User Messages, General
POST {{_endpoint}}/services/data/v{{version}}/chatter/users/me/messages?text=This is a private message&recipients=<USER1_ID>,<USER2_ID>
Returns all the messages for all the private conversations for the context user. Also used to search across all messages and post a message. To return all private conversations for the context user, see User Conversations, General.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
text | string | ||
inReplyTo | string | ID of an existing message that identifies which conversation this message is part of. Specify either recipients or inReplyTo. Specify one or the other, not both. | |
recipients | string | Comma-separated list of User IDs |
RESPONSES
status: Created
{"body":{"isRichText":null,"messageSegments":[],"text":"This is a private message"},"conversationId":"03M...","conversationUrl":"/services/data/v58.0/chatter/users/me/conversations/03M...","id":"03J...","recipients":[{"additionalLabel":null,"communityNickname":"automatedprocess","companyName":"Salesforce","displayName":"Automated Process","firstName":"Automated","id":"005...","isActive":true,"isInThisCommunity":true,"lastName":"Process","motif":{"color":"1B96FF","largeIconUrl":"/img/icon/profile64.png","mediumIconUrl":"/img/icon/profile32.png","smallIconUrl":"/img/icon/profile16.png","svgIconUrl":null},"mySubscription":null,"name":"Automated Process","outOfOffice":{"message":""},"photo":{"fullEmailPhotoUrl":"https://\u003cmy_domain\u003e/img/userprofile/default_profile_200_v2.png?fromEmail=1","largePhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/005/F","mediumPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/005/M","photoVersionId":null,"smallPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/005/T","standardEmailPhotoUrl":"https://\u003cmy_domain\u003e/img/userprofile/default_profile_45_v2.png?fromEmail=1","url":"/services/data/v58.0/connect/user-profiles/005.../photo"},"reputation":null,"title":null,"type":"User","url":"/services/data/v58.0/chatter/users/005...","userType":"System"},{"additionalLabel":null,"communityNickname":"User1696423780773910041","companyName":"Salesforce","displayName":"Name","firstName":"FirstName","id":"005...","isActive":true,"isInThisCommunity":true,"lastName":"Name","motif":{"color":"1B96FF","largeIconUrl":"/img/icon/profile64.png","mediumIconUrl":"/img/icon/profile32.png","smallIconUrl":"/img/icon/profile16.png","svgIconUrl":null},"mySubscription":null,"name":"Name","outOfOffice":{"message":""},"photo":{"fullEmailPhotoUrl":"https://\u003cmy_domain\u003e/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1","largePhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/729.../F","mediumPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/729.../M","photoVersionId":"729...","smallPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/729.../T","standardEmailPhotoUrl":"https://\u003cmy_domain\u003e/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1","url":"/services/data/v58.0/connect/user-profiles/005.../photo"},"reputation":null,"title":null,"type":"User","url":"/services/data/v58.0/chatter/users/005...","userType":"Internal"}],"sender":{"additionalLabel":null,"communityNickname":"User1696423780773910041","companyName":"Salesforce","displayName":"Name","firstName":"Firstname","id":"005...","isActive":true,"isInThisCommunity":true,"lastName":"Name","motif":{"color":"1B96FF","largeIconUrl":"/img/icon/profile64.png","mediumIconUrl":"/img/icon/profile32.png","smallIconUrl":"/img/icon/profile16.png","svgIconUrl":null},"mySubscription":null,"name":"Name","outOfOffice":{"message":""},"photo":{"fullEmailPhotoUrl":"https://\u003cmy_domain\u003e/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1","largePhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/729.../F","mediumPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/729.../M","photoVersionId":"729...","smallPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/729.../T","standardEmailPhotoUrl":"https://\u003cmy_domain\u003e/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1","url":"/services/data/v58.0/connect/user-profiles/005.../photo"},"reputation":null,"title":null,"type":"User","url":"/services/data/v58.0/chatter/users/005...","userType":"Internal"},"sendingCommunity":null,"sentDate":"\u003cdatetime\u003e","url":"/services/data/v58.0/chatter/users/me/messages/03J..."}