Page tree
Skip to end of metadata
Go to start of metadata

Description

Unsubscribes a user from a group. The unsubscription is associated with a specific message. Notification is sent to the group manager.
Returns success only when the user is unsubscribed from the group and the unsubscription is associated with the specified message.

Available from

v5

Request path

POST [REST URL]/membership/unsubscribeFromMessage

Query Parameters

Parameter

Type

Description

userId

String

ID of the user

groupId

Long

ID of the group

messageId

Long

ID of the message

Example response

HTTP 204
  • No labels