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.

Available from

v2

Request path

GET [REST URL]/membership/getAttributes

Query Parameters

Parameter

Type

Description

userId

Long

ID of the user

groupId

Long

ID of the group

Example response

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