/user/getByEmail
  • 1 Minute to read
  • Dark
    Light

/user/getByEmail

  • Dark
    Light

Article summary

Get
/user/getByEmail

Returns user data from the profile identified by the provided email address. This includes the unique user ID, email address, mobile number, and profile identifier value.

Query parameters
email
stringRequired

Email of the user

Responses
200

Example response:

{
"id": 18067305231,
"email": "test@test.com",
"mobileNumber": null,
"identifier": null
}

Expand All
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?