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

/membership/findAllByEmail

  • Dark
    Light

Article summary

Get
/membership/findAllByEmail

Returns the membership information of a user identified by email.

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

email is mandatory, but is missing or incorrect. / User with email does not exist.


Was this article helpful?