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.

Users follow an entity, for example a topic, and choose whether to receive notifications for the topics they follow. If they opt to receive notifications, they get an email when the topic is added to a post that they have access to.

Resource
1/chatter/subscriptions/notification/entityId/members/userId
1/connect/communities/communityId/chatter/subscriptions/notification/entityId/members/userId
In version 38.0 and later, entityId must be a topic 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 Specifies the 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 Specifies the 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