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

Description

Returns a collection of member attributes for a user within the specified group.
Member attributes are used to save information for an individual user, but in the context of a specific group.
A member attribute contains a specific value for each recipient. The user is identified by the email.

Available from

v2

Request path

GET [REST URL]/membership/getAttributesByEmail

Query Parameters

Parameter

Type

Description

email

String

Email of the user

groupId

Long

ID of the group

Example response

[{
    "name": "attribute1",
    "value": "0001" }, {
    "name": "attribute2",
    "value": "0002"
}]
  • No labels