/user/getByEmail
- 1 Minute to read
- Print
- DarkLight
/user/getByEmail
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/user/getByEmail
Returns the user identified by the specified email address.
Query parameters
email
stringRequired
Email of the user
Responses
200
Example response:
{
"id": 18067305231,
"email": "test@test.com",
"mobileNumber": null,
"identifier": null
}
object
id
integer (int64)
email
string
mobileNumber
string
identifier
string
unifiedIdentifiers
Array of object (Attribute)
object
name
string
value
string
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400
Parameter 'email' is not a valid email address. / User with email does not exist.
Was this article helpful?