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

Description

Updates the member attributes for a user within a group if the user is a member of the group.

  • If an attribute already exists, the value will be updated

  • If not, a new attribute will be created.

Available from

v2

Request path

POST [REST URL]/membership/updateAttributes

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":"car","value":"BMW"},
  {"name":"mascot","value":"cat"},
  {"name":"age","value":"18"},
]

Example response

HTTP 204
  • No labels