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

Description

Unsubscribes a user from a group based on an email address. The unsubscription is associated with a specific message. An unsubscribe confirmation email is sent to the user. 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/unsubscribeFromMessageByEmail

Query Parameters

Parameter

Type

Description

email

String

Email of the user

groupId

Long

ID of the group

messageId

Long

ID of the message

Example response

HTTP 204
  • No labels