Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new membership (meaning the user is subscribed to a group). This call differs from subscribing, in that notification is not sent.

Available from

v2

Request path

GET [REST URL]/membership/create

Query Parameters

Parameter

Type

Description

userId

Long

ID of the user

groupId

Long

ID of the group

Example response

Code Block
{
    "userId": 18076325029,
    "groupId": 1800116178,
    "attributes": []
}