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

Description

Returns a list of membership objects for the user. One membership object for each group in which the user is a member. The user is identified by the email.

Available from

v2

Request path

GET [REST URL]/membership/findAllByEmail

Query Parameters

Parameter

Type

Description

email

String

Email of the user

Example response

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