Newer Version Available

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

User Status

This resource is no longer available as of version 25.0. Instead, use any feed resource, with the feed-item, such as /chatter/feeds/news/me/feed-items.

Note

Returns the most recent user status feed item. Also used to update or delete user status. See Using POST, PATCH, or PUT for Input.
Resource
1/chatter/users/me/status
or
1/chatter/users/userId/status
Available in versions
23.0–24.0
HTTP methods
GET, DELETE, POST or HEAD
Request body for POST
Root XML tag
<userStatus>
Properties
Name Type Description Available Version
body Message Body Input Description of message body. 23.0–24.0
Request parameter for POST
Name Type Description
text String Text to post Text of the item to be posted to the user's status
Response body for GET or POST
User Status
Example response body
1<?xml version="1.0" encoding="UTF-8"?>
2<currentStatus>
3  <body>
4    <messageSegments>
5      <segment>
6        <text>Will send you latest updates tonight</text>
7        <type>Text</type>
8      </segment>
9    </messageSegments>
10    <text>Will send you latest updates tonight</text>
11  </body>
12  <parentId>005D0000001GLbn</parentId>
13  <url>/services/data/v30.0/chatter/users/005D0000001GLbn/status</url>
14</currentStatus>