Newer Version Available

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

User Settings

Information about the context user’s global Chatter settings.

Resource
1/chatter/users/me/settings
or
1/chatter/users/userId/settings

The userId must be the ID of the logged-in user or the alias me.

Note

Available since version
27.0
HTTP methods
GET, HEAD, or PATCH
Request body for PATCH
Root XML tag
<userChatterSettings>
Properties
Name Type Description Available Version
defaultGroup​EmailFrequency String The default frequency with which a user receives email from a group when they join. Valid values are:
  • EachPost
  • DailyDigest
  • WeeklyDigest
  • Never
In Communities, the Email on Each Post option is disabled once a group exceeds 10,000 members. All members who had this option selected are automatically switched to Daily Digest.
27.0
Request parameter for PATCH
Parameter Name Type Description Available Since
defaultGroupEmailFrequency String The default frequency with which a user receives email from a group when they join. This setting does not affect groups a user is already a member of. Valid values are:
  • EachPost
  • DailyDigest
  • WeeklyDigest
  • Never
27.0
Response body for GET, HEAD, or PATCH
User Chatter Settings
Response body example for GET
1{"defaultGroupEmailFrequency": "Never"}