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

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

{
    "userId": 18076325029,
    "groupId": 1800116178,
    "attributes": []
}
  • No labels