/membership/findAllByEmail
  • 1 Minute to read
  • Dark
    Light

/membership/findAllByEmail

  • Dark
    Light

Article summary

Get
/membership/findAllByEmail

Retrieves the membership context of a user identified by email in a group identified by groupId.

Query parameters
email
stringRequired

Email of the user

Responses
200

Example response:

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

Expand All
object
userId
integer (int64)
groupId
integer (int64)
attributes
Array of object (Attribute)
object
name
string
value
string
400

Was this article helpful?