/membership/findAllByEmail
- 1 Minute to read
- Print
- DarkLight
/membership/findAllByEmail
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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": []
}]
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?