/membership/getAttributesByEmail
  • 1 Minute to read
  • Dark
    Light

/membership/getAttributesByEmail

  • Dark
    Light

Article summary

Get
/membership/getAttributesByEmail

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

Query parameters
email
stringRequired

Email of the user

groupId
integer (int64) Required

ID of the group

Responses
200

Example response:
[{
"name": "attribute1",
"value": "0001" }, {
"name": "attribute2",
"value": "0002"
}]

Array of object
object
400
404

Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}


Was this article helpful?