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

Description

Replaces the member attributes for a contact within a group where the contact is a member

Available from

v2

Request path

POST [REST URL]/membership/replaceAttributes

Query Parameters

Parameter

Type

Description

userId

Long

ID of the user

groupId

Long

ID of the group

Request Body Type

list of Attribute

Example body

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

Example response

HTTP 204
  • No labels