Newer Version Available

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

Subscriptions Notifications Member Resource

Get information about the frequency with which a user receives subscription notifications. Subscribe or unsubscribe a user from receiving notifications.
When users opt to receive notifications for the topics they follow, they get an email when the topic is added to a post that they have access to. When users opt to receive notifications for their streams, they get an email on every post in the stream.
Resource
1/chatter/subscriptions/notification/entityId/members/userId
1/connect/communities/communityId/chatter/subscriptions/notification/entityId/members/userId
In version 38.0–39.0, entityId must be a topic ID. In version 40.0 and later, entityId must be a topic ID or a Chatter feed stream ID.
Available version
38.0
Requires Chatter
Yes
HTTP methods
GET, POST, DELETE
Request body for POST
Root XML tag
<notificationMember>
JSON example
1{
2   "notificationFrequency":"EachPost"
3}
Properties
Name Type Description Required or Optional Available Version
notification​Frequency String Frequency with which a user receives email. In version 38.0 and later, EachPost is the only valid value. Required 38.0
Request parameters for POST
Parameter Name Type Description Required or Optional Available Version
notification​Frequency String Frequency with which a user receives email. In version 38.0 and later, EachPost is the only valid value. Required 38.0
Response body for GET and POST
Notification Member
Response body for DELETE
204: Successful Delete