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

Description

Returns a list of membership objects, one membership object for each group in which the user is a member.

Available from

v2

Request path

GET [REST URL]/membership/findAll

Query Parameters

Parameter

Type

Description

userId

Long

ID of the user

Example response

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